public static class CreateDatabaseFromAnotherDatabaseDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
public CreateDatabaseFromAnotherDatabaseDetails.Builder databaseId(String databaseId)
The database OCID.
databaseId
- the value to setpublic CreateDatabaseFromAnotherDatabaseDetails.Builder backupTDEPassword(String backupTDEPassword)
The password to open the TDE wallet.
backupTDEPassword
- the value to setpublic CreateDatabaseFromAnotherDatabaseDetails.Builder adminPassword(String adminPassword)
A strong password for SYS, SYSTEM, PDB Admin and TDE Wallet. The password must be at least nine characters and contain at least two uppercase, two lowercase, two numbers, and two special characters. The special characters must be _, \#, or -.
adminPassword
- the value to setpublic CreateDatabaseFromAnotherDatabaseDetails.Builder dbUniqueName(String dbUniqueName)
The DB_UNIQUE_NAME
of the Oracle Database being backed up.
dbUniqueName
- the value to setpublic CreateDatabaseFromAnotherDatabaseDetails.Builder dbName(String dbName)
The display name of the database to be created from the backup. It must begin with an alphabetic character and can contain a maximum of eight alphanumeric characters. Special characters are not permitted.
dbName
- the value to setpublic CreateDatabaseFromAnotherDatabaseDetails.Builder timeStampForPointInTimeRecovery(Date timeStampForPointInTimeRecovery)
The point in time of the original database from which the new database is created. If not specifed, the latest backup is used to create the database.
timeStampForPointInTimeRecovery
- the value to setpublic CreateDatabaseFromAnotherDatabaseDetails.Builder pluggableDatabases(List<String> pluggableDatabases)
The list of pluggable databases that needs to be restored into new database.
pluggableDatabases
- the value to setpublic CreateDatabaseFromAnotherDatabaseDetails build()
public CreateDatabaseFromAnotherDatabaseDetails.Builder copy(CreateDatabaseFromAnotherDatabaseDetails model)
Copyright © 2016–2024. All rights reserved.