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 Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
displayName
public CreateManagedListDetails.Builder displayName(String displayName)
Managed list display name.Avoid entering confidential information.
- Parameters:
displayName
- the value to set- Returns:
- this builder
-
compartmentId
public CreateManagedListDetails.Builder compartmentId(String compartmentId)
Compartment OCID- Parameters:
compartmentId
- the value to set- Returns:
- this builder
-
sourceManagedListId
public CreateManagedListDetails.Builder sourceManagedListId(String sourceManagedListId)
OCID of the source managed list- Parameters:
sourceManagedListId
- the value to set- Returns:
- this builder
-
description
public CreateManagedListDetails.Builder description(String description)
Managed list descriptionAvoid entering confidential information.
- Parameters:
description
- the value to set- Returns:
- this builder
-
listType
public CreateManagedListDetails.Builder listType(ManagedListType listType)
Type of information stored in the list- Parameters:
listType
- the value to set- Returns:
- this builder
-
listItems
public CreateManagedListDetails.Builder listItems(List<String> listItems)
List of items in the managed list- Parameters:
listItems
- the value to set- Returns:
- this builder
-
freeformTags
public 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
-
definedTags
public 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
-
build
public CreateManagedListDetails build()
-
copy
public CreateManagedListDetails.Builder copy(CreateManagedListDetails model)
-
-