Class ChangeHsmClusterCompartmentDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.keymanagement.model.ChangeHsmClusterCompartmentDetails.Builder
-
- Enclosing class:
- ChangeHsmClusterCompartmentDetails
public static class ChangeHsmClusterCompartmentDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChangeHsmClusterCompartmentDetails
build()
ChangeHsmClusterCompartmentDetails.Builder
compartmentId(String compartmentId)
The [OCID] of the compartment to move the hsm cluster to.ChangeHsmClusterCompartmentDetails.Builder
copy(ChangeHsmClusterCompartmentDetails model)
-
-
-
Method Detail
-
compartmentId
public 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
-
build
public ChangeHsmClusterCompartmentDetails build()
-
copy
public ChangeHsmClusterCompartmentDetails.Builder copy(ChangeHsmClusterCompartmentDetails model)
-
-