Package com.oracle.bmc.mysql.model
Class DbSystemPlacement.Builder
- java.lang.Object
-
- com.oracle.bmc.mysql.model.DbSystemPlacement.Builder
-
- Enclosing class:
- DbSystemPlacement
public static class DbSystemPlacement.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DbSystemPlacement.Builder
availabilityDomain(String availabilityDomain)
The availability domain in which the DB System is placed.DbSystemPlacement
build()
DbSystemPlacement.Builder
copy(DbSystemPlacement model)
DbSystemPlacement.Builder
faultDomain(String faultDomain)
The fault domain in which the DB System is placed.
-
-
-
Method Detail
-
availabilityDomain
public DbSystemPlacement.Builder availabilityDomain(String availabilityDomain)
The availability domain in which the DB System is placed.- Parameters:
availabilityDomain
- the value to set- Returns:
- this builder
-
faultDomain
public DbSystemPlacement.Builder faultDomain(String faultDomain)
The fault domain in which the DB System is placed.- Parameters:
faultDomain
- the value to set- Returns:
- this builder
-
build
public DbSystemPlacement build()
-
copy
public DbSystemPlacement.Builder copy(DbSystemPlacement model)
-
-