Class ChangeDistributedDatabasePrivateEndpointCompartmentDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.distributeddatabase.model.ChangeDistributedDatabasePrivateEndpointCompartmentDetails.Builder
-
- Enclosing class:
- ChangeDistributedDatabasePrivateEndpointCompartmentDetails
public static class ChangeDistributedDatabasePrivateEndpointCompartmentDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChangeDistributedDatabasePrivateEndpointCompartmentDetails
build()
ChangeDistributedDatabasePrivateEndpointCompartmentDetails.Builder
compartmentId(String compartmentId)
The OCID of the compartment to move the resource to.ChangeDistributedDatabasePrivateEndpointCompartmentDetails.Builder
copy(ChangeDistributedDatabasePrivateEndpointCompartmentDetails model)
-
-
-
Method Detail
-
compartmentId
public ChangeDistributedDatabasePrivateEndpointCompartmentDetails.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 ChangeDistributedDatabasePrivateEndpointCompartmentDetails build()
-
-