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)
-
subscriptionId
public GoldenGateConnectionSummary.Builder subscriptionId(String subscriptionId)
-
clusterPlacementGroupId
public GoldenGateConnectionSummary.Builder clusterPlacementGroupId(String clusterPlacementGroupId)
-
securityAttributes
public GoldenGateConnectionSummary.Builder securityAttributes(Map<String,Map<String,Object>> securityAttributes)
-
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)
This property is not available when creating connections.For existing deprecated connections having this value set, the value cannot be updated; set it to empty.
For deprecated connections created with this field in the past, either the private IP had to be specified in the connectionString or host field, or the host name had to be resolvable in the target VCN.
- 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)
-
-