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