public static class DatabaseRegistrationSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
DatabaseRegistrationSummary.Builder |
aliasName(String aliasName)
Credential store alias.
|
DatabaseRegistrationSummary |
build() |
DatabaseRegistrationSummary.Builder |
compartmentId(String compartmentId)
The OCID of the
compartment being referenced.
|
DatabaseRegistrationSummary.Builder |
connectionString(String connectionString)
Connect descriptor or Easy Connect Naming method used to connect to a database.
|
DatabaseRegistrationSummary.Builder |
copy(DatabaseRegistrationSummary model) |
DatabaseRegistrationSummary.Builder |
databaseId(String databaseId)
The OCID of the
database being referenced.
|
DatabaseRegistrationSummary.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Tags defined for this resource.
|
DatabaseRegistrationSummary.Builder |
description(String description)
Metadata about this specific object.
|
DatabaseRegistrationSummary.Builder |
displayName(String displayName)
An object’s Display Name.
|
DatabaseRegistrationSummary.Builder |
fqdn(String fqdn)
A three-label Fully Qualified Domain Name (FQDN) for a resource.
|
DatabaseRegistrationSummary.Builder |
freeformTags(Map<String,String> freeformTags)
A simple key-value pair that is applied without any predefined name, type, or scope.
|
DatabaseRegistrationSummary.Builder |
id(String id)
The OCID of the
databaseRegistration being referenced.
|
DatabaseRegistrationSummary.Builder |
lifecycleDetails(String lifecycleDetails)
Describes the object’s current state in detail.
|
DatabaseRegistrationSummary.Builder |
lifecycleState(LifecycleState lifecycleState)
Possible lifecycle states.
|
DatabaseRegistrationSummary.Builder |
secretId(String secretId)
The OCID of the customer’s GoldenGate Service Secret.
|
DatabaseRegistrationSummary.Builder |
sessionMode(DatabaseRegistrationSummary.SessionMode sessionMode)
The mode of the database connection session to be established by the data client.
|
DatabaseRegistrationSummary.Builder |
subnetId(String subnetId)
The OCID of the
target subnet of the dedicated connection.
|
DatabaseRegistrationSummary.Builder |
systemTags(Map<String,Map<String,Object>> systemTags)
The system tags associated with this resource, if any.
|
DatabaseRegistrationSummary.Builder |
timeCreated(Date timeCreated)
The time the resource was created.
|
DatabaseRegistrationSummary.Builder |
timeUpdated(Date timeUpdated)
The time the resource was last updated.
|
DatabaseRegistrationSummary.Builder |
username(String username)
The username Oracle GoldenGate uses to connect the associated system of the given
technology.
|
public DatabaseRegistrationSummary.Builder id(String id)
The OCID of the databaseRegistration being referenced.
id
- the value to setpublic DatabaseRegistrationSummary.Builder displayName(String displayName)
An object’s Display Name.
displayName
- the value to setpublic DatabaseRegistrationSummary.Builder description(String description)
Metadata about this specific object.
description
- the value to setpublic DatabaseRegistrationSummary.Builder compartmentId(String compartmentId)
The OCID of the compartment being referenced.
compartmentId
- the value to setpublic DatabaseRegistrationSummary.Builder timeCreated(Date timeCreated)
The time the resource was created. The format is defined by
RFC3339, such as 2016-08-25T21:10:29.600Z
.
timeCreated
- the value to setpublic DatabaseRegistrationSummary.Builder timeUpdated(Date timeUpdated)
The time the resource was last updated. The format is defined by
RFC3339, such as 2016-08-25T21:10:29.600Z
.
timeUpdated
- the value to setpublic DatabaseRegistrationSummary.Builder lifecycleState(LifecycleState lifecycleState)
Possible lifecycle states.
lifecycleState
- the value to setpublic DatabaseRegistrationSummary.Builder lifecycleDetails(String lifecycleDetails)
Describes the object’s current state in detail. For example, it can be used to provide actionable information for a resource in a Failed state.
lifecycleDetails
- the value to setpublic DatabaseRegistrationSummary.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 DatabaseRegistrationSummary.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 DatabaseRegistrationSummary.Builder fqdn(String fqdn)
A three-label Fully Qualified Domain Name (FQDN) for a resource.
fqdn
- the value to setpublic DatabaseRegistrationSummary.Builder subnetId(String subnetId)
The OCID of the target subnet of the dedicated connection.
subnetId
- the value to setpublic DatabaseRegistrationSummary.Builder systemTags(Map<String,Map<String,Object>> systemTags)
The system tags associated with this resource, if any. The system tags are set by Oracle Cloud Infrastructure services. Each key is predefined and scoped to namespaces. For more information, see Resource Tags.
Example: {orcl-cloud: {free-tier-retain: true}}
systemTags
- the value to setpublic DatabaseRegistrationSummary.Builder databaseId(String databaseId)
The OCID of the database being referenced.
databaseId
- the value to setpublic DatabaseRegistrationSummary.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 DatabaseRegistrationSummary.Builder connectionString(String connectionString)
Connect descriptor or Easy Connect Naming method used to connect to a database.
connectionString
- the value to setpublic DatabaseRegistrationSummary.Builder sessionMode(DatabaseRegistrationSummary.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 DatabaseRegistrationSummary.Builder aliasName(String aliasName)
Credential store alias.
aliasName
- the value to setpublic DatabaseRegistrationSummary.Builder secretId(String secretId)
The OCID of the customer’s GoldenGate Service Secret. If provided, it references a key that customers will be required to ensure the policies are established to permit GoldenGate to use this Secret.
secretId
- the value to setpublic DatabaseRegistrationSummary build()
public DatabaseRegistrationSummary.Builder copy(DatabaseRegistrationSummary model)
Copyright © 2016–2024. All rights reserved.