public static class GoldenGateConnection.Builder extends Object
Constructor and Description |
---|
Builder() |
public GoldenGateConnection.Builder id(String id)
public GoldenGateConnection.Builder displayName(String displayName)
public GoldenGateConnection.Builder description(String description)
public GoldenGateConnection.Builder compartmentId(String compartmentId)
public GoldenGateConnection.Builder freeformTags(Map<String,String> freeformTags)
public GoldenGateConnection.Builder definedTags(Map<String,Map<String,Object>> definedTags)
public GoldenGateConnection.Builder systemTags(Map<String,Map<String,Object>> systemTags)
public GoldenGateConnection.Builder lifecycleState(Connection.LifecycleState lifecycleState)
public GoldenGateConnection.Builder lifecycleDetails(String lifecycleDetails)
public GoldenGateConnection.Builder timeCreated(Date timeCreated)
public GoldenGateConnection.Builder timeUpdated(Date timeUpdated)
public GoldenGateConnection.Builder locks(List<ResourceLock> locks)
public GoldenGateConnection.Builder vaultId(String vaultId)
public GoldenGateConnection.Builder keyId(String keyId)
public GoldenGateConnection.Builder ingressIps(List<IngressIpDetails> ingressIps)
public GoldenGateConnection.Builder nsgIds(List<String> nsgIds)
public GoldenGateConnection.Builder subnetId(String subnetId)
public GoldenGateConnection.Builder routingMethod(RoutingMethod routingMethod)
public GoldenGateConnection.Builder technologyType(GoldenGateConnection.TechnologyType technologyType)
The GoldenGate technology type.
technologyType
- the value to setpublic GoldenGateConnection.Builder deploymentId(String deploymentId)
The OCID of the deployment being referenced.
deploymentId
- the value to setpublic GoldenGateConnection.Builder host(String host)
The name or address of a host.
host
- the value to setpublic GoldenGateConnection.Builder port(Integer port)
The port of an endpoint usually specified for a connection.
port
- the value to setpublic GoldenGateConnection.Builder username(String username)
The username credential existing in the Oracle GoldenGate used to be connected to.
username
- the value to setpublic GoldenGateConnection.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.
privateIp
- the value to setpublic GoldenGateConnection build()
public GoldenGateConnection.Builder copy(GoldenGateConnection model)
Copyright © 2016–2024. All rights reserved.