Package com.oracle.bmc.database.model
Class ChangeVmClusterCompartmentDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.database.model.ChangeVmClusterCompartmentDetails.Builder
-
- Enclosing class:
- ChangeVmClusterCompartmentDetails
public static class ChangeVmClusterCompartmentDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChangeVmClusterCompartmentDetails
build()
ChangeVmClusterCompartmentDetails.Builder
compartmentId(String compartmentId)
The OCID of the compartment to move the VM cluster to.ChangeVmClusterCompartmentDetails.Builder
copy(ChangeVmClusterCompartmentDetails model)
-
-
-
Method Detail
-
compartmentId
public ChangeVmClusterCompartmentDetails.Builder compartmentId(String compartmentId)
The OCID of the compartment to move the VM cluster to.- Parameters:
compartmentId
- the value to set- Returns:
- this builder
-
build
public ChangeVmClusterCompartmentDetails build()
-
copy
public ChangeVmClusterCompartmentDetails.Builder copy(ChangeVmClusterCompartmentDetails model)
-
-