Package com.oracle.bmc.ocvp.model
Class AttachDatastoreClusterToEsxiHostDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.ocvp.model.AttachDatastoreClusterToEsxiHostDetails.Builder
-
- Enclosing class:
- AttachDatastoreClusterToEsxiHostDetails
public static class AttachDatastoreClusterToEsxiHostDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AttachDatastoreClusterToEsxiHostDetails
build()
AttachDatastoreClusterToEsxiHostDetails.Builder
copy(AttachDatastoreClusterToEsxiHostDetails model)
AttachDatastoreClusterToEsxiHostDetails.Builder
esxiHostId(String esxiHostId)
The OCID of the ESXi host to attach the datastore cluster to.
-
-
-
Method Detail
-
esxiHostId
public AttachDatastoreClusterToEsxiHostDetails.Builder esxiHostId(String esxiHostId)
The OCID of the ESXi host to attach the datastore cluster to.- Parameters:
esxiHostId
- the value to set- Returns:
- this builder
-
build
public AttachDatastoreClusterToEsxiHostDetails build()
-
copy
public AttachDatastoreClusterToEsxiHostDetails.Builder copy(AttachDatastoreClusterToEsxiHostDetails model)
-
-