Class UpdateHsmClusterDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.keymanagement.model.UpdateHsmClusterDetails.Builder
 
- 
- Enclosing class:
- UpdateHsmClusterDetails
 
 public static class UpdateHsmClusterDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateHsmClusterDetailsbuild()UpdateHsmClusterDetails.Buildercopy(UpdateHsmClusterDetails model)UpdateHsmClusterDetails.BuilderdefinedTags(Map<String,Map<String,Object>> definedTags)Defined tags for this resource.UpdateHsmClusterDetails.BuilderdisplayName(String displayName)A user-friendly name for the HSM resource.UpdateHsmClusterDetails.BuilderfreeformTags(Map<String,String> freeformTags)Free-form tags for this resource.
 
- 
- 
- 
Method Detail- 
definedTagspublic UpdateHsmClusterDetails.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
 
 - 
displayNamepublic UpdateHsmClusterDetails.Builder displayName(String displayName) A user-friendly name for the HSM resource.It does not have to be unique, and it is changeable. Avoid entering confidential information. - Parameters:
- displayName- the value to set
- Returns:
- this builder
 
 - 
freeformTagspublic UpdateHsmClusterDetails.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
 
 - 
buildpublic UpdateHsmClusterDetails build() 
 - 
copypublic UpdateHsmClusterDetails.Builder copy(UpdateHsmClusterDetails model) 
 
- 
 
-