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 SummaryConstructors Constructor Description Builder()
 - 
Method Summary
 
- 
- 
- 
Method Detail- 
displayNamepublic 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
 
 - 
descriptionpublic CreateAttributeSetDetails.Builder description(String description) Description of the attribute set.- Parameters:
- description- the value to set
- Returns:
- this builder
 
 - 
compartmentIdpublic CreateAttributeSetDetails.Builder compartmentId(String compartmentId) The OCID of the compartment that contains the attribute set.- Parameters:
- compartmentId- the value to set
- Returns:
- this builder
 
 - 
attributeSetTypepublic CreateAttributeSetDetails.Builder attributeSetType(AttributeSet.AttributeSetType attributeSetType) The type of attribute set.- Parameters:
- attributeSetType- the value to set
- Returns:
- this builder
 
 - 
attributeSetValuespublic CreateAttributeSetDetails.Builder attributeSetValues(List<String> attributeSetValues) The list of values in an attribute set- Parameters:
- attributeSetValues- the value to set
- Returns:
- this builder
 
 - 
freeformTagspublic 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
 
 - 
definedTagspublic 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
 
 - 
buildpublic CreateAttributeSetDetails build() 
 - 
copypublic CreateAttributeSetDetails.Builder copy(CreateAttributeSetDetails model) 
 
- 
 
-