Class AddDistributedDatabaseGdsControlNodeDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.distributeddatabase.model.AddDistributedDatabaseGdsControlNodeDetails.Builder
 
- 
- Enclosing class:
- AddDistributedDatabaseGdsControlNodeDetails
 
 public static class AddDistributedDatabaseGdsControlNodeDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description AddDistributedDatabaseGdsControlNodeDetailsbuild()AddDistributedDatabaseGdsControlNodeDetails.Buildercopy(AddDistributedDatabaseGdsControlNodeDetails model)AddDistributedDatabaseGdsControlNodeDetails.BuilderpublicSshKey(String publicSshKey)The public sshKey for Global database services control(GDS CTL) node.AddDistributedDatabaseGdsControlNodeDetails.BuildersubnetId(String subnetId)The OCID of the subnet on which the Global database services control(GDS CTL) node should be created.
 
- 
- 
- 
Method Detail- 
publicSshKeypublic AddDistributedDatabaseGdsControlNodeDetails.Builder publicSshKey(String publicSshKey) The public sshKey for Global database services control(GDS CTL) node.- Parameters:
- publicSshKey- the value to set
- Returns:
- this builder
 
 - 
subnetIdpublic AddDistributedDatabaseGdsControlNodeDetails.Builder subnetId(String subnetId) The OCID of the subnet on which the Global database services control(GDS CTL) node should be created.- Parameters:
- subnetId- the value to set
- Returns:
- this builder
 
 - 
buildpublic AddDistributedDatabaseGdsControlNodeDetails build() 
 - 
copypublic AddDistributedDatabaseGdsControlNodeDetails.Builder copy(AddDistributedDatabaseGdsControlNodeDetails model) 
 
- 
 
-