public static class CreateStandbyDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CreateStandbyDetails |
build() |
CreateStandbyDetails.Builder |
copy(CreateStandbyDetails model) |
CreateStandbyDetails.Builder |
databaseAdminPassword(String databaseAdminPassword)
The administrator password of the primary database in this Data Guard association.
|
CreateStandbyDetails.Builder |
dbUniqueName(String dbUniqueName)
Specifies the
DB_UNIQUE_NAME of the peer database to be created. |
CreateStandbyDetails.Builder |
isActiveDataGuardEnabled(Boolean isActiveDataGuardEnabled)
True if active Data Guard is enabled.
|
CreateStandbyDetails.Builder |
protectionMode(CreateStandbyDetails.ProtectionMode protectionMode)
The protection mode of this Data Guard.
|
CreateStandbyDetails.Builder |
sidPrefix(String sidPrefix)
Specifies a prefix for the
Oracle SID of the database to be created. |
CreateStandbyDetails.Builder |
sourceDatabaseId(String sourceDatabaseId)
The OCID of the
source database.
|
CreateStandbyDetails.Builder |
sourceEncryptionKeyLocationDetails(EncryptionKeyLocationDetails sourceEncryptionKeyLocationDetails) |
CreateStandbyDetails.Builder |
sourceTdeWalletPassword(String sourceTdeWalletPassword)
The TDE wallet password of the source database specified by ‘sourceDatabaseId’.
|
CreateStandbyDetails.Builder |
transportType(CreateStandbyDetails.TransportType transportType)
The redo transport type to use for this Data Guard association.
|
public CreateStandbyDetails.Builder sourceDatabaseId(String sourceDatabaseId)
The OCID of the source database.
sourceDatabaseId
- the value to setpublic CreateStandbyDetails.Builder databaseAdminPassword(String databaseAdminPassword)
The administrator password of the primary database in this Data Guard association.
*The password MUST be the same as the primary admin password.**
databaseAdminPassword
- the value to setpublic CreateStandbyDetails.Builder sourceTdeWalletPassword(String sourceTdeWalletPassword)
The TDE wallet password of the source database specified by ‘sourceDatabaseId’.
sourceTdeWalletPassword
- the value to setpublic CreateStandbyDetails.Builder sourceEncryptionKeyLocationDetails(EncryptionKeyLocationDetails sourceEncryptionKeyLocationDetails)
public CreateStandbyDetails.Builder isActiveDataGuardEnabled(Boolean isActiveDataGuardEnabled)
True if active Data Guard is enabled.
isActiveDataGuardEnabled
- the value to setpublic CreateStandbyDetails.Builder dbUniqueName(String dbUniqueName)
Specifies the DB_UNIQUE_NAME
of the peer database to be created.
dbUniqueName
- the value to setpublic CreateStandbyDetails.Builder sidPrefix(String sidPrefix)
Specifies a prefix for the Oracle SID
of the database to be created.
sidPrefix
- the value to setpublic CreateStandbyDetails.Builder protectionMode(CreateStandbyDetails.ProtectionMode protectionMode)
The protection mode of this Data Guard. For more information, see Oracle Data Guard Protection Modes in the Oracle Data Guard documentation.
protectionMode
- the value to setpublic CreateStandbyDetails.Builder transportType(CreateStandbyDetails.TransportType transportType)
The redo transport type to use for this Data Guard association. Valid values depend on
the specified protectionMode
:
MAXIMUM_AVAILABILITY - SYNC or FASTSYNC * MAXIMUM_PERFORMANCE - ASYNC * MAXIMUM_PROTECTION - SYNC
For more information, see [Redo Transport Services](http://docs.oracle.com/database/122/SBYDB/oracle-data-guard-redo-transport-services.htm#SBYDB00400) in the Oracle Data Guard documentation.
*IMPORTANT** - The only transport type currently supported by the Database service is ASYNC.
transportType
- the value to setpublic CreateStandbyDetails build()
public CreateStandbyDetails.Builder copy(CreateStandbyDetails model)
Copyright © 2016–2025. All rights reserved.