Class AddDistributedAutonomousDatabaseGdsControlNodeDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.distributeddatabase.model.AddDistributedAutonomousDatabaseGdsControlNodeDetails.Builder
 
- 
- Enclosing class:
- AddDistributedAutonomousDatabaseGdsControlNodeDetails
 
 public static class AddDistributedAutonomousDatabaseGdsControlNodeDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description AddDistributedAutonomousDatabaseGdsControlNodeDetailsbuild()AddDistributedAutonomousDatabaseGdsControlNodeDetails.Buildercopy(AddDistributedAutonomousDatabaseGdsControlNodeDetails model)AddDistributedAutonomousDatabaseGdsControlNodeDetails.BuilderpublicSshKey(String publicSshKey)The public sshKey for Global database services control(GDS CTL) node.AddDistributedAutonomousDatabaseGdsControlNodeDetails.BuildersubnetId(String subnetId)The OCID of the subnet on which the Global database services control(GDS CTL) node should be created.
 
- 
- 
- 
Method Detail- 
publicSshKeypublic AddDistributedAutonomousDatabaseGdsControlNodeDetails.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 AddDistributedAutonomousDatabaseGdsControlNodeDetails.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 AddDistributedAutonomousDatabaseGdsControlNodeDetails build() 
 
- 
 
-