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 SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ChangeVmClusterCompartmentDetailsbuild()ChangeVmClusterCompartmentDetails.BuildercompartmentId(String compartmentId)The OCID of the compartment to move the VM cluster to.ChangeVmClusterCompartmentDetails.Buildercopy(ChangeVmClusterCompartmentDetails model)
 
- 
- 
- 
Method Detail- 
compartmentIdpublic 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
 
 - 
buildpublic ChangeVmClusterCompartmentDetails build() 
 - 
copypublic ChangeVmClusterCompartmentDetails.Builder copy(ChangeVmClusterCompartmentDetails model) 
 
- 
 
-