Package com.oracle.bmc.database.model
Class ChangeCloudVmClusterCompartmentDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.database.model.ChangeCloudVmClusterCompartmentDetails.Builder
-
- Enclosing class:
- ChangeCloudVmClusterCompartmentDetails
public static class ChangeCloudVmClusterCompartmentDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChangeCloudVmClusterCompartmentDetails
build()
ChangeCloudVmClusterCompartmentDetails.Builder
compartmentId(String compartmentId)
The OCID of the compartment.ChangeCloudVmClusterCompartmentDetails.Builder
copy(ChangeCloudVmClusterCompartmentDetails model)
-
-
-
Method Detail
-
compartmentId
public ChangeCloudVmClusterCompartmentDetails.Builder compartmentId(String compartmentId)
The OCID of the compartment.- Parameters:
compartmentId
- the value to set- Returns:
- this builder
-
build
public ChangeCloudVmClusterCompartmentDetails build()
-
copy
public ChangeCloudVmClusterCompartmentDetails.Builder copy(ChangeCloudVmClusterCompartmentDetails model)
-
-