public static class RemoteClonePluggableDatabaseDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
public RemoteClonePluggableDatabaseDetails.Builder targetContainerDatabaseId(String targetContainerDatabaseId)
The OCID of the target CDB
targetContainerDatabaseId
- the value to setpublic RemoteClonePluggableDatabaseDetails.Builder sourceContainerDbAdminPassword(String sourceContainerDbAdminPassword)
The DB system administrator password of the source CDB.
sourceContainerDbAdminPassword
- the value to setpublic RemoteClonePluggableDatabaseDetails.Builder clonedPdbName(String clonedPdbName)
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.
clonedPdbName
- the value to setpublic RemoteClonePluggableDatabaseDetails.Builder pdbAdminPassword(String pdbAdminPassword)
A strong password for PDB Admin of the newly cloned PDB. 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 RemoteClonePluggableDatabaseDetails.Builder targetTdeWalletPassword(String targetTdeWalletPassword)
The existing TDE wallet password of the target CDB.
targetTdeWalletPassword
- the value to setpublic RemoteClonePluggableDatabaseDetails.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 RemoteClonePluggableDatabaseDetails build()
public RemoteClonePluggableDatabaseDetails.Builder copy(RemoteClonePluggableDatabaseDetails model)
Copyright © 2016–2024. All rights reserved.