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