Package com.oracle.bmc.ocvp.model
Class AttachDatastoreClusterToClusterDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.ocvp.model.AttachDatastoreClusterToClusterDetails.Builder
 
- 
- Enclosing class:
- AttachDatastoreClusterToClusterDetails
 
 public static class AttachDatastoreClusterToClusterDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description AttachDatastoreClusterToClusterDetailsbuild()AttachDatastoreClusterToClusterDetails.BuilderclusterId(String clusterId)The OCID of the VMware cluster to attach the datastore cluster to.AttachDatastoreClusterToClusterDetails.Buildercopy(AttachDatastoreClusterToClusterDetails model)
 
- 
- 
- 
Method Detail- 
clusterIdpublic AttachDatastoreClusterToClusterDetails.Builder clusterId(String clusterId) The OCID of the VMware cluster to attach the datastore cluster to.- Parameters:
- clusterId- the value to set
- Returns:
- this builder
 
 - 
buildpublic AttachDatastoreClusterToClusterDetails build() 
 - 
copypublic AttachDatastoreClusterToClusterDetails.Builder copy(AttachDatastoreClusterToClusterDetails model) 
 
- 
 
-