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 SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description AttachDatastoreClusterToEsxiHostDetailsbuild()AttachDatastoreClusterToEsxiHostDetails.Buildercopy(AttachDatastoreClusterToEsxiHostDetails model)AttachDatastoreClusterToEsxiHostDetails.BuilderesxiHostId(String esxiHostId)The OCID of the ESXi host to attach the datastore cluster to.
 
- 
- 
- 
Method Detail- 
esxiHostIdpublic 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
 
 - 
buildpublic AttachDatastoreClusterToEsxiHostDetails build() 
 - 
copypublic AttachDatastoreClusterToEsxiHostDetails.Builder copy(AttachDatastoreClusterToEsxiHostDetails model) 
 
- 
 
-