public static class CreateDatabaseFromBackupDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CreateDatabaseFromBackupDetails.Builder |
adminPassword(String adminPassword)
A strong password for SYS, SYSTEM, PDB Admin and TDE Wallet.
|
CreateDatabaseFromBackupDetails.Builder |
backupId(String backupId)
The backup
OCID.
|
CreateDatabaseFromBackupDetails.Builder |
backupTDEPassword(String backupTDEPassword)
The password to open the TDE wallet.
|
CreateDatabaseFromBackupDetails |
build() |
CreateDatabaseFromBackupDetails.Builder |
copy(CreateDatabaseFromBackupDetails model) |
CreateDatabaseFromBackupDetails.Builder |
dbName(String dbName)
The display name of the database to be created from the backup.
|
CreateDatabaseFromBackupDetails.Builder |
dbUniqueName(String dbUniqueName)
The
DB_UNIQUE_NAME of the Oracle Database being backed up. |
CreateDatabaseFromBackupDetails.Builder |
pluggableDatabases(List<String> pluggableDatabases)
The list of pluggable databases that needs to be restored into new database.
|
CreateDatabaseFromBackupDetails.Builder |
sidPrefix(String sidPrefix)
Specifies a prefix for the
Oracle SID of the database to be created. |
public CreateDatabaseFromBackupDetails.Builder backupId(String backupId)
The backup OCID.
backupId
- the value to setpublic CreateDatabaseFromBackupDetails.Builder backupTDEPassword(String backupTDEPassword)
The password to open the TDE wallet.
backupTDEPassword
- the value to setpublic CreateDatabaseFromBackupDetails.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 CreateDatabaseFromBackupDetails.Builder dbUniqueName(String dbUniqueName)
The DB_UNIQUE_NAME
of the Oracle Database being backed up.
dbUniqueName
- the value to setpublic CreateDatabaseFromBackupDetails.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 CreateDatabaseFromBackupDetails.Builder sidPrefix(String sidPrefix)
Specifies a prefix for the Oracle SID
of the database to be created.
sidPrefix
- the value to setpublic CreateDatabaseFromBackupDetails.Builder pluggableDatabases(List<String> pluggableDatabases)
The list of pluggable databases that needs to be restored into new database.
pluggableDatabases
- the value to setpublic CreateDatabaseFromBackupDetails build()
public CreateDatabaseFromBackupDetails.Builder copy(CreateDatabaseFromBackupDetails model)
Copyright © 2016–2024. All rights reserved.