Package com.oracle.bmc.datasafe.model
Class CreateAttributeSetDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.datasafe.model.CreateAttributeSetDetails.Builder
-
- Enclosing class:
- CreateAttributeSetDetails
public static class CreateAttributeSetDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
displayName
public CreateAttributeSetDetails.Builder displayName(String displayName)
The display name of the attribute set.The name is unique and changeable.
- Parameters:
displayName
- the value to set- Returns:
- this builder
-
description
public CreateAttributeSetDetails.Builder description(String description)
Description of the attribute set.- Parameters:
description
- the value to set- Returns:
- this builder
-
compartmentId
public CreateAttributeSetDetails.Builder compartmentId(String compartmentId)
The OCID of the compartment that contains the attribute set.- Parameters:
compartmentId
- the value to set- Returns:
- this builder
-
attributeSetType
public CreateAttributeSetDetails.Builder attributeSetType(AttributeSet.AttributeSetType attributeSetType)
The type of attribute set.- Parameters:
attributeSetType
- the value to set- Returns:
- this builder
-
attributeSetValues
public CreateAttributeSetDetails.Builder attributeSetValues(List<String> attributeSetValues)
The list of values in an attribute set- Parameters:
attributeSetValues
- the value to set- Returns:
- this builder
-
freeformTags
public CreateAttributeSetDetails.Builder freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags
Example: {"Department": "Finance"}
- Parameters:
freeformTags
- the value to set- Returns:
- this builder
-
definedTags
public CreateAttributeSetDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.Each key is predefined and scoped to a namespace. For more information, see Resource Tags Example: {“Operations”: {“CostCenter”: “42”}}
- Parameters:
definedTags
- the value to set- Returns:
- this builder
-
build
public CreateAttributeSetDetails build()
-
copy
public CreateAttributeSetDetails.Builder copy(CreateAttributeSetDetails model)
-
-