Package com.oracle.bmc.goldengate.model
Class GoldenGateConnectionSummary.Builder
- java.lang.Object
-
- com.oracle.bmc.goldengate.model.GoldenGateConnectionSummary.Builder
-
- Enclosing class:
- GoldenGateConnectionSummary
public static class GoldenGateConnectionSummary.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
id
public GoldenGateConnectionSummary.Builder id(String id)
-
displayName
public GoldenGateConnectionSummary.Builder displayName(String displayName)
-
description
public GoldenGateConnectionSummary.Builder description(String description)
-
compartmentId
public GoldenGateConnectionSummary.Builder compartmentId(String compartmentId)
-
freeformTags
public GoldenGateConnectionSummary.Builder freeformTags(Map<String,String> freeformTags)
-
definedTags
public GoldenGateConnectionSummary.Builder definedTags(Map<String,Map<String,Object>> definedTags)
-
systemTags
public GoldenGateConnectionSummary.Builder systemTags(Map<String,Map<String,Object>> systemTags)
-
lifecycleState
public GoldenGateConnectionSummary.Builder lifecycleState(Connection.LifecycleState lifecycleState)
-
lifecycleDetails
public GoldenGateConnectionSummary.Builder lifecycleDetails(String lifecycleDetails)
-
timeCreated
public GoldenGateConnectionSummary.Builder timeCreated(Date timeCreated)
-
timeUpdated
public GoldenGateConnectionSummary.Builder timeUpdated(Date timeUpdated)
-
vaultId
public GoldenGateConnectionSummary.Builder vaultId(String vaultId)
-
keyId
public GoldenGateConnectionSummary.Builder keyId(String keyId)
-
ingressIps
public GoldenGateConnectionSummary.Builder ingressIps(List<IngressIpDetails> ingressIps)
-
nsgIds
public GoldenGateConnectionSummary.Builder nsgIds(List<String> nsgIds)
-
subnetId
public GoldenGateConnectionSummary.Builder subnetId(String subnetId)
-
routingMethod
public GoldenGateConnectionSummary.Builder routingMethod(RoutingMethod routingMethod)
-
locks
public GoldenGateConnectionSummary.Builder locks(List<ResourceLock> locks)
-
doesUseSecretIds
public GoldenGateConnectionSummary.Builder doesUseSecretIds(Boolean doesUseSecretIds)
-
technologyType
public GoldenGateConnectionSummary.Builder technologyType(GoldenGateConnection.TechnologyType technologyType)
The GoldenGate technology type.- Parameters:
technologyType
- the value to set- Returns:
- this builder
-
deploymentId
public GoldenGateConnectionSummary.Builder deploymentId(String deploymentId)
The OCID of the deployment being referenced.- Parameters:
deploymentId
- the value to set- Returns:
- this builder
-
host
public GoldenGateConnectionSummary.Builder host(String host)
The name or address of a host.- Parameters:
host
- the value to set- Returns:
- this builder
-
port
public GoldenGateConnectionSummary.Builder port(Integer port)
The port of an endpoint usually specified for a connection.- Parameters:
port
- the value to set- Returns:
- this builder
-
username
public GoldenGateConnectionSummary.Builder username(String username)
The username credential existing in the Oracle GoldenGate used to be connected to.- Parameters:
username
- the value to set- Returns:
- this builder
-
privateIp
public GoldenGateConnectionSummary.Builder privateIp(String privateIp)
Deprecated: this field will be removed in future versions.Either specify the private IP in the connectionString or host field, or make sure the host name is resolvable in the target VCN.
The private IP address of the connection's endpoint in the customer's VCN, typically a database endpoint or a big data endpoint (e.g. Kafka bootstrap server). In case the privateIp is provided, the subnetId must also be provided. In case the privateIp (and the subnetId) is not provided it is assumed the datasource is publicly accessible. In case the connection is accessible only privately, the lack of privateIp will result in not being able to access the connection.
- Parameters:
privateIp
- the value to set- Returns:
- this builder
-
passwordSecretId
public GoldenGateConnectionSummary.Builder passwordSecretId(String passwordSecretId)
The OCID of the Secret where the password is stored, which is used to connect to the Oracle GoldenGate accessed trough this connection.Note: When provided, ‘password’ field must not be provided.
- Parameters:
passwordSecretId
- the value to set- Returns:
- this builder
-
build
public GoldenGateConnectionSummary build()
-
copy
public GoldenGateConnectionSummary.Builder copy(GoldenGateConnectionSummary model)
-
-