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 SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description DbSystemPlacement.BuilderavailabilityDomain(String availabilityDomain)The availability domain in which the DB System is placed.DbSystemPlacementbuild()DbSystemPlacement.Buildercopy(DbSystemPlacement model)DbSystemPlacement.BuilderfaultDomain(String faultDomain)The fault domain in which the DB System is placed.
 
- 
- 
- 
Method Detail- 
availabilityDomainpublic DbSystemPlacement.Builder availabilityDomain(String availabilityDomain) The availability domain in which the DB System is placed.- Parameters:
- availabilityDomain- the value to set
- Returns:
- this builder
 
 - 
faultDomainpublic DbSystemPlacement.Builder faultDomain(String faultDomain) The fault domain in which the DB System is placed.- Parameters:
- faultDomain- the value to set
- Returns:
- this builder
 
 - 
buildpublic DbSystemPlacement build() 
 - 
copypublic DbSystemPlacement.Builder copy(DbSystemPlacement model) 
 
- 
 
-