Class DistributedDatabaseAssociatedWithPrivateEndpoint.Builder
- java.lang.Object
-
- com.oracle.bmc.distributeddatabase.model.DistributedDatabaseAssociatedWithPrivateEndpoint.Builder
-
- Enclosing class:
- DistributedDatabaseAssociatedWithPrivateEndpoint
public static class DistributedDatabaseAssociatedWithPrivateEndpoint.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DistributedDatabaseAssociatedWithPrivateEndpoint
build()
DistributedDatabaseAssociatedWithPrivateEndpoint.Builder
copy(DistributedDatabaseAssociatedWithPrivateEndpoint model)
DistributedDatabaseAssociatedWithPrivateEndpoint.Builder
dbDeploymentType(DistributedDatabase.DbDeploymentType dbDeploymentType)
The dbDeploymentType associated with the distributed database.DistributedDatabaseAssociatedWithPrivateEndpoint.Builder
id(String id)
The OCID of the distributed database.
-
-
-
Method Detail
-
id
public DistributedDatabaseAssociatedWithPrivateEndpoint.Builder id(String id)
The OCID of the distributed database.- Parameters:
id
- the value to set- Returns:
- this builder
-
dbDeploymentType
public DistributedDatabaseAssociatedWithPrivateEndpoint.Builder dbDeploymentType(DistributedDatabase.DbDeploymentType dbDeploymentType)
The dbDeploymentType associated with the distributed database.- Parameters:
dbDeploymentType
- the value to set- Returns:
- this builder
-
build
public DistributedDatabaseAssociatedWithPrivateEndpoint build()
-
copy
public DistributedDatabaseAssociatedWithPrivateEndpoint.Builder copy(DistributedDatabaseAssociatedWithPrivateEndpoint model)
-
-