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