public static class FailoverDbSystemDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
FailoverDbSystemDetails.Builder |
ad(String ad)
The preferred AD for regions with three availability domains.
|
FailoverDbSystemDetails |
build() |
FailoverDbSystemDetails.Builder |
copy(FailoverDbSystemDetails model) |
FailoverDbSystemDetails.Builder |
dbInstanceId(String dbInstanceId)
The OCID of the
database instance node.
|
public FailoverDbSystemDetails.Builder ad(String ad)
The preferred AD for regions with three availability domains. This parameter is optional. If not set, the AD will be chosen based on availability.
ad
- the value to setpublic FailoverDbSystemDetails.Builder dbInstanceId(String dbInstanceId)
The OCID of the database instance node. This parameter is optional. If not set, an existing database instance node will be chosen based on availability.
dbInstanceId
- the value to setpublic FailoverDbSystemDetails build()
public FailoverDbSystemDetails.Builder copy(FailoverDbSystemDetails model)
Copyright © 2016–2024. All rights reserved.