public static class CreateDatabaseRegistrationDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CreateDatabaseRegistrationDetails.Builder |
aliasName(String aliasName)
Credential store alias.
|
CreateDatabaseRegistrationDetails |
build() |
CreateDatabaseRegistrationDetails.Builder |
compartmentId(String compartmentId)
The OCID of the
compartment being referenced.
|
CreateDatabaseRegistrationDetails.Builder |
connectionString(String connectionString)
Connect descriptor or Easy Connect Naming method used to connect to a database.
|
CreateDatabaseRegistrationDetails.Builder |
copy(CreateDatabaseRegistrationDetails model) |
CreateDatabaseRegistrationDetails.Builder |
databaseId(String databaseId)
The OCID of the
database being referenced.
|
CreateDatabaseRegistrationDetails.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Tags defined for this resource.
|
CreateDatabaseRegistrationDetails.Builder |
description(String description)
Metadata about this specific object.
|
CreateDatabaseRegistrationDetails.Builder |
displayName(String displayName)
An object’s Display Name.
|
CreateDatabaseRegistrationDetails.Builder |
fqdn(String fqdn)
A three-label Fully Qualified Domain Name (FQDN) for a resource.
|
CreateDatabaseRegistrationDetails.Builder |
freeformTags(Map<String,String> freeformTags)
A simple key-value pair that is applied without any predefined name, type, or scope.
|
CreateDatabaseRegistrationDetails.Builder |
ipAddress(String ipAddress)
The private IP address in the customer’s VCN of the customer’s endpoint, typically a
database.
|
CreateDatabaseRegistrationDetails.Builder |
keyId(String keyId)
Refers to the customer’s master key OCID.
|
CreateDatabaseRegistrationDetails.Builder |
password(String password)
The password Oracle GoldenGate uses to connect the associated system of the given
technology.
|
CreateDatabaseRegistrationDetails.Builder |
secretCompartmentId(String secretCompartmentId)
The OCID of the compartment where the GoldenGate Secret will be created.
|
CreateDatabaseRegistrationDetails.Builder |
sessionMode(CreateDatabaseRegistrationDetails.SessionMode sessionMode)
The mode of the database connection session to be established by the data client.
|
CreateDatabaseRegistrationDetails.Builder |
subnetId(String subnetId)
The OCID of the
target subnet of the dedicated connection.
|
CreateDatabaseRegistrationDetails.Builder |
username(String username)
The username Oracle GoldenGate uses to connect the associated system of the given
technology.
|
CreateDatabaseRegistrationDetails.Builder |
vaultId(String vaultId)
Refers to the customer’s vault OCID.
|
CreateDatabaseRegistrationDetails.Builder |
wallet(String wallet)
The wallet contents Oracle GoldenGate uses to make connections to a database.
|
public CreateDatabaseRegistrationDetails.Builder displayName(String displayName)
An object’s Display Name.
displayName
- the value to setpublic CreateDatabaseRegistrationDetails.Builder description(String description)
Metadata about this specific object.
description
- the value to setpublic CreateDatabaseRegistrationDetails.Builder compartmentId(String compartmentId)
The OCID of the compartment being referenced.
compartmentId
- the value to setpublic CreateDatabaseRegistrationDetails.Builder freeformTags(Map<String,String> freeformTags)
A simple key-value pair that is applied without any predefined name, type, or scope. Exists for cross-compatibility only.
Example: {"bar-key": "value"}
freeformTags
- the value to setpublic CreateDatabaseRegistrationDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags)
Tags defined for this resource. Each key is predefined and scoped to a namespace.
Example: {"foo-namespace": {"bar-key": "value"}}
definedTags
- the value to setpublic CreateDatabaseRegistrationDetails.Builder fqdn(String fqdn)
A three-label Fully Qualified Domain Name (FQDN) for a resource.
fqdn
- the value to setpublic CreateDatabaseRegistrationDetails.Builder ipAddress(String ipAddress)
The private IP address in the customer’s VCN of the customer’s endpoint, typically a database.
ipAddress
- the value to setpublic CreateDatabaseRegistrationDetails.Builder subnetId(String subnetId)
The OCID of the target subnet of the dedicated connection.
subnetId
- the value to setpublic CreateDatabaseRegistrationDetails.Builder databaseId(String databaseId)
The OCID of the database being referenced.
databaseId
- the value to setpublic CreateDatabaseRegistrationDetails.Builder username(String username)
The username Oracle GoldenGate uses to connect the associated system of the given technology. This username must already exist and be available by the system/application to be connected to and must conform to the case sensitivty requirments defined in it.
username
- the value to setpublic CreateDatabaseRegistrationDetails.Builder password(String password)
The password Oracle GoldenGate uses to connect the associated system of the given technology. It must conform to the specific security requirements including length, case sensitivity, and so on.
password
- the value to setpublic CreateDatabaseRegistrationDetails.Builder connectionString(String connectionString)
Connect descriptor or Easy Connect Naming method used to connect to a database.
connectionString
- the value to setpublic CreateDatabaseRegistrationDetails.Builder sessionMode(CreateDatabaseRegistrationDetails.SessionMode sessionMode)
The mode of the database connection session to be established by the data client. ‘REDIRECT’ - for a RAC database, ‘DIRECT’ - for a non-RAC database. Connection to a RAC database involves a redirection received from the SCAN listeners to the database node to connect to. By default the mode would be DIRECT.
sessionMode
- the value to setpublic CreateDatabaseRegistrationDetails.Builder wallet(String wallet)
The wallet contents Oracle GoldenGate uses to make connections to a database. This attribute is expected to be base64 encoded.
wallet
- the value to setpublic CreateDatabaseRegistrationDetails.Builder aliasName(String aliasName)
Credential store alias.
aliasName
- the value to setpublic CreateDatabaseRegistrationDetails.Builder vaultId(String vaultId)
Refers to the customer’s vault OCID. If provided, it references a vault where GoldenGate can manage secrets. Customers must add policies to permit GoldenGate to manage secrets contained within this vault.
vaultId
- the value to setpublic CreateDatabaseRegistrationDetails.Builder keyId(String keyId)
Refers to the customer’s master key OCID. If provided, it references a key to manage secrets. Customers must add policies to permit GoldenGate to use this key.
keyId
- the value to setpublic CreateDatabaseRegistrationDetails.Builder secretCompartmentId(String secretCompartmentId)
The OCID of the compartment where the GoldenGate Secret will be created. If provided, it references a key to manage secrets. Customers must add policies to permit GoldenGate to use this key.
secretCompartmentId
- the value to setpublic CreateDatabaseRegistrationDetails build()
public CreateDatabaseRegistrationDetails.Builder copy(CreateDatabaseRegistrationDetails model)
Copyright © 2016–2024. All rights reserved.