public static class CreateDatabaseFromDbSystemDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
public CreateDatabaseFromDbSystemDetails.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 CreateDatabaseFromDbSystemDetails.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 CreateDatabaseFromDbSystemDetails.Builder dbDomain(String dbDomain)
The database domain. In a distributed database system, DB_DOMAIN specifies the logical location of the database within the network structure.
dbDomain
- the value to setpublic CreateDatabaseFromDbSystemDetails.Builder dbUniqueName(String dbUniqueName)
The DB_UNIQUE_NAME
of the Oracle Database.
dbUniqueName
- the value to setpublic CreateDatabaseFromDbSystemDetails.Builder dbBackupConfig(DbBackupConfig dbBackupConfig)
public CreateDatabaseFromDbSystemDetails.Builder freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags.
Example: {"Department": "Finance"}
freeformTags
- the value to setpublic CreateDatabaseFromDbSystemDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
definedTags
- the value to setpublic CreateDatabaseFromDbSystemDetails build()
public CreateDatabaseFromDbSystemDetails.Builder copy(CreateDatabaseFromDbSystemDetails model)
Copyright © 2016–2024. All rights reserved.