Package com.oracle.bmc.cloudguard.model
Class CreateManagedListDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.cloudguard.model.CreateManagedListDetails.Builder
 
- 
- Enclosing class:
- CreateManagedListDetails
 
 public static class CreateManagedListDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method Summary
 
- 
- 
- 
Method Detail- 
displayNamepublic CreateManagedListDetails.Builder displayName(String displayName) Managed list display name.Avoid entering confidential information. - Parameters:
- displayName- the value to set
- Returns:
- this builder
 
 - 
compartmentIdpublic CreateManagedListDetails.Builder compartmentId(String compartmentId) Compartment OCID- Parameters:
- compartmentId- the value to set
- Returns:
- this builder
 
 - 
sourceManagedListIdpublic CreateManagedListDetails.Builder sourceManagedListId(String sourceManagedListId) OCID of the source managed list- Parameters:
- sourceManagedListId- the value to set
- Returns:
- this builder
 
 - 
descriptionpublic CreateManagedListDetails.Builder description(String description) Managed list descriptionAvoid entering confidential information. - Parameters:
- description- the value to set
- Returns:
- this builder
 
 - 
listTypepublic CreateManagedListDetails.Builder listType(ManagedListType listType) Type of information stored in the list- Parameters:
- listType- the value to set
- Returns:
- this builder
 
 - 
listItemspublic CreateManagedListDetails.Builder listItems(List<String> listItems) List of items in the managed list- Parameters:
- listItems- the value to set
- Returns:
- this builder
 
 - 
grouppublic CreateManagedListDetails.Builder group(String group) Managed list type group- Parameters:
- group- the value to set
- Returns:
- this builder
 
 - 
freeformTagspublic CreateManagedListDetails.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 CreateManagedListDetails.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 CreateManagedListDetails build() 
 - 
copypublic CreateManagedListDetails.Builder copy(CreateManagedListDetails model) 
 
- 
 
-