public static class DbSystemPlacement.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and 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.
|
public DbSystemPlacement.Builder availabilityDomain(String availabilityDomain)
The availability domain in which the DB System is placed.
availabilityDomain
- the value to setpublic DbSystemPlacement.Builder faultDomain(String faultDomain)
The fault domain in which the DB System is placed.
faultDomain
- the value to setpublic DbSystemPlacement build()
public DbSystemPlacement.Builder copy(DbSystemPlacement model)
Copyright © 2016–2024. All rights reserved.