Class ChangeHsmClusterCompartmentDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.keymanagement.model.ChangeHsmClusterCompartmentDetails.Builder
 
- 
- Enclosing class:
- ChangeHsmClusterCompartmentDetails
 
 public static class ChangeHsmClusterCompartmentDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ChangeHsmClusterCompartmentDetailsbuild()ChangeHsmClusterCompartmentDetails.BuildercompartmentId(String compartmentId)The [OCID] of the compartment to move the hsm cluster to.ChangeHsmClusterCompartmentDetails.Buildercopy(ChangeHsmClusterCompartmentDetails model)
 
- 
- 
- 
Method Detail- 
compartmentIdpublic ChangeHsmClusterCompartmentDetails.Builder compartmentId(String compartmentId) The [OCID] of the compartment to move the hsm cluster to.- Parameters:
- compartmentId- the value to set
- Returns:
- this builder
 
 - 
buildpublic ChangeHsmClusterCompartmentDetails build() 
 - 
copypublic ChangeHsmClusterCompartmentDetails.Builder copy(ChangeHsmClusterCompartmentDetails model) 
 
- 
 
-