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