public static class RestoreAutonomousDatabaseDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
RestoreAutonomousDatabaseDetails |
build() |
RestoreAutonomousDatabaseDetails.Builder |
copy(RestoreAutonomousDatabaseDetails model) |
RestoreAutonomousDatabaseDetails.Builder |
databaseSCN(String databaseSCN)
Restores using the backup with the System Change Number (SCN) specified.
|
RestoreAutonomousDatabaseDetails.Builder |
latest(Boolean latest)
Restores to the last known good state with the least possible data loss.
|
RestoreAutonomousDatabaseDetails.Builder |
timestamp(Date timestamp)
The time to restore the database to.
|
public RestoreAutonomousDatabaseDetails.Builder timestamp(Date timestamp)
The time to restore the database to.
timestamp
- the value to setpublic RestoreAutonomousDatabaseDetails.Builder databaseSCN(String databaseSCN)
Restores using the backup with the System Change Number (SCN) specified.
databaseSCN
- the value to setpublic RestoreAutonomousDatabaseDetails.Builder latest(Boolean latest)
Restores to the last known good state with the least possible data loss.
latest
- the value to setpublic RestoreAutonomousDatabaseDetails build()
public RestoreAutonomousDatabaseDetails.Builder copy(RestoreAutonomousDatabaseDetails model)
Copyright © 2016–2024. All rights reserved.