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 Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AttachDatastoreClusterToClusterDetails
build()
AttachDatastoreClusterToClusterDetails.Builder
clusterId(String clusterId)
The OCID of the VMware cluster to attach the datastore cluster to.AttachDatastoreClusterToClusterDetails.Builder
copy(AttachDatastoreClusterToClusterDetails model)
-
-
-
Method Detail
-
clusterId
public 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
-
build
public AttachDatastoreClusterToClusterDetails build()
-
copy
public AttachDatastoreClusterToClusterDetails.Builder copy(AttachDatastoreClusterToClusterDetails model)
-
-