Package com.oracle.bmc.cloudguard.model
Class UpdateManagedListDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.cloudguard.model.UpdateManagedListDetails.Builder
 
- 
- Enclosing class:
- UpdateManagedListDetails
 
 public static class UpdateManagedListDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateManagedListDetailsbuild()UpdateManagedListDetails.Buildercopy(UpdateManagedListDetails model)UpdateManagedListDetails.BuilderdefinedTags(Map<String,Map<String,Object>> definedTags)Defined tags for this resource.UpdateManagedListDetails.Builderdescription(String description)Managed list description.UpdateManagedListDetails.BuilderdisplayName(String displayName)Managed list display name.UpdateManagedListDetails.BuilderfreeformTags(Map<String,String> freeformTags)Simple key-value pair that is applied without any predefined name, type or scope.UpdateManagedListDetails.Buildergroup(String group)Managed list type groupUpdateManagedListDetails.BuilderlistItems(List<String> listItems)List of managed list items
 
- 
- 
- 
Method Detail- 
displayNamepublic UpdateManagedListDetails.Builder displayName(String displayName) Managed list display name.Avoid entering confidential information. - Parameters:
- displayName- the value to set
- Returns:
- this builder
 
 - 
descriptionpublic UpdateManagedListDetails.Builder description(String description) Managed list description.Avoid entering confidential information. - Parameters:
- description- the value to set
- Returns:
- this builder
 
 - 
listItemspublic UpdateManagedListDetails.Builder listItems(List<String> listItems) List of managed list items- Parameters:
- listItems- the value to set
- Returns:
- this builder
 
 - 
grouppublic UpdateManagedListDetails.Builder group(String group) Managed list type group- Parameters:
- group- the value to set
- Returns:
- this builder
 
 - 
freeformTagspublic UpdateManagedListDetails.Builder freeformTags(Map<String,String> freeformTags) Simple key-value pair that is applied without any predefined name, type or scope.Exists for cross-compatibility only. Example: {“bar-key”: “value”} Avoid entering confidential information. - Parameters:
- freeformTags- the value to set
- Returns:
- this builder
 
 - 
definedTagspublic UpdateManagedListDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags) Defined tags for this resource.Each key is predefined and scoped to a namespace. Example: {“foo-namespace”: {“bar-key”: “value”}} - Parameters:
- definedTags- the value to set
- Returns:
- this builder
 
 - 
buildpublic UpdateManagedListDetails build() 
 - 
copypublic UpdateManagedListDetails.Builder copy(UpdateManagedListDetails model) 
 
- 
 
-