public static class RestoreDatabaseDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
RestoreDatabaseDetails |
build() |
RestoreDatabaseDetails.Builder |
copy(RestoreDatabaseDetails model) |
RestoreDatabaseDetails.Builder |
databaseSCN(String databaseSCN)
Restores using the backup with the System Change Number (SCN) specified.
|
RestoreDatabaseDetails.Builder |
latest(Boolean latest)
Restores to the last known good state with the least possible data loss.
|
RestoreDatabaseDetails.Builder |
pluggableDatabaseName(String pluggableDatabaseName)
Restores only the Pluggable Database (if specified) using the inputs provided in request.
|
RestoreDatabaseDetails.Builder |
timestamp(Date timestamp)
Restores to the timestamp specified.
|
public RestoreDatabaseDetails.Builder databaseSCN(String databaseSCN)
Restores using the backup with the System Change Number (SCN) specified. This field is applicable for both use cases - Restoring Container Database or Restoring specific Pluggable Database.
databaseSCN
- the value to setpublic RestoreDatabaseDetails.Builder timestamp(Date timestamp)
Restores to the timestamp specified.
timestamp
- the value to setpublic RestoreDatabaseDetails.Builder latest(Boolean latest)
Restores to the last known good state with the least possible data loss.
latest
- the value to setpublic RestoreDatabaseDetails.Builder pluggableDatabaseName(String pluggableDatabaseName)
Restores only the Pluggable Database (if specified) using the inputs provided in request.
pluggableDatabaseName
- the value to setpublic RestoreDatabaseDetails build()
public RestoreDatabaseDetails.Builder copy(RestoreDatabaseDetails model)
Copyright © 2016–2024. All rights reserved.