public static class RestoreDbSystemDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
RestoreDbSystemDetails.Builder |
ad(String ad)
The desired AD for regions with three ADs.
|
RestoreDbSystemDetails.Builder |
backupId(String backupId)
The OCID of the
database system backup.
|
RestoreDbSystemDetails |
build() |
RestoreDbSystemDetails.Builder |
copy(RestoreDbSystemDetails model) |
public RestoreDbSystemDetails.Builder backupId(String backupId)
The OCID of the database system backup.
backupId
- the value to setpublic RestoreDbSystemDetails.Builder ad(String ad)
The desired AD for regions with three ADs. This parameter is optional. If not set, the AD is chosen based on the database system’s current AD.
ad
- the value to setpublic RestoreDbSystemDetails build()
public RestoreDbSystemDetails.Builder copy(RestoreDbSystemDetails model)
Copyright © 2016–2024. All rights reserved.