public static class CreatePluggableDatabaseDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
public CreatePluggableDatabaseDetails.Builder pdbName(String pdbName)
The name for the pluggable database (PDB). The name is unique in the context of a Database
. The name must begin with an alphabetic character and can contain a maximum of
thirty alphanumeric characters. Special characters are not permitted. The pluggable
database name should not be same as the container database name.
pdbName
- the value to setpublic CreatePluggableDatabaseDetails.Builder containerDatabaseId(String containerDatabaseId)
The OCID of the CDB
containerDatabaseId
- the value to setpublic CreatePluggableDatabaseDetails.Builder pdbAdminPassword(String pdbAdminPassword)
A strong password for PDB Admin. 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 -.
pdbAdminPassword
- the value to setpublic CreatePluggableDatabaseDetails.Builder tdeWalletPassword(String tdeWalletPassword)
The existing TDE wallet password of the CDB.
tdeWalletPassword
- the value to setpublic CreatePluggableDatabaseDetails.Builder shouldPdbAdminAccountBeLocked(Boolean shouldPdbAdminAccountBeLocked)
The locked mode of the pluggable database admin account. If false, the user needs to provide the PDB Admin Password to connect to it. If true, the pluggable database will be locked and user cannot login to it.
shouldPdbAdminAccountBeLocked
- the value to setpublic CreatePluggableDatabaseDetails.Builder containerDatabaseAdminPassword(String containerDatabaseAdminPassword)
The DB system administrator password of the Container Database.
containerDatabaseAdminPassword
- the value to setpublic CreatePluggableDatabaseDetails.Builder shouldCreatePdbBackup(Boolean shouldCreatePdbBackup)
Indicates whether to take Pluggable Database Backup after the operation.
shouldCreatePdbBackup
- the value to setpublic CreatePluggableDatabaseDetails.Builder pdbCreationTypeDetails(CreatePluggableDatabaseCreationTypeDetails pdbCreationTypeDetails)
public CreatePluggableDatabaseDetails.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 CreatePluggableDatabaseDetails.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 CreatePluggableDatabaseDetails build()
public CreatePluggableDatabaseDetails.Builder copy(CreatePluggableDatabaseDetails model)
Copyright © 2016–2024. All rights reserved.