Package com.oracle.bmc.goldengate.model
Class GoldenGateConnection.Builder
- java.lang.Object
- 
- com.oracle.bmc.goldengate.model.GoldenGateConnection.Builder
 
- 
- Enclosing class:
- GoldenGateConnection
 
 public static class GoldenGateConnection.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method Summary
 
- 
- 
- 
Method Detail- 
idpublic GoldenGateConnection.Builder id(String id) 
 - 
displayNamepublic GoldenGateConnection.Builder displayName(String displayName) 
 - 
descriptionpublic GoldenGateConnection.Builder description(String description) 
 - 
compartmentIdpublic GoldenGateConnection.Builder compartmentId(String compartmentId) 
 - 
freeformTagspublic GoldenGateConnection.Builder freeformTags(Map<String,String> freeformTags) 
 - 
definedTagspublic GoldenGateConnection.Builder definedTags(Map<String,Map<String,Object>> definedTags) 
 - 
systemTagspublic GoldenGateConnection.Builder systemTags(Map<String,Map<String,Object>> systemTags) 
 - 
lifecycleStatepublic GoldenGateConnection.Builder lifecycleState(Connection.LifecycleState lifecycleState) 
 - 
lifecycleDetailspublic GoldenGateConnection.Builder lifecycleDetails(String lifecycleDetails) 
 - 
timeCreatedpublic GoldenGateConnection.Builder timeCreated(Date timeCreated) 
 - 
timeUpdatedpublic GoldenGateConnection.Builder timeUpdated(Date timeUpdated) 
 - 
lockspublic GoldenGateConnection.Builder locks(List<ResourceLock> locks) 
 - 
vaultIdpublic GoldenGateConnection.Builder vaultId(String vaultId) 
 - 
keyIdpublic GoldenGateConnection.Builder keyId(String keyId) 
 - 
ingressIpspublic GoldenGateConnection.Builder ingressIps(List<IngressIpDetails> ingressIps) 
 - 
nsgIdspublic GoldenGateConnection.Builder nsgIds(List<String> nsgIds) 
 - 
subnetIdpublic GoldenGateConnection.Builder subnetId(String subnetId) 
 - 
routingMethodpublic GoldenGateConnection.Builder routingMethod(RoutingMethod routingMethod) 
 - 
doesUseSecretIdspublic GoldenGateConnection.Builder doesUseSecretIds(Boolean doesUseSecretIds) 
 - 
subscriptionIdpublic GoldenGateConnection.Builder subscriptionId(String subscriptionId) 
 - 
clusterPlacementGroupIdpublic GoldenGateConnection.Builder clusterPlacementGroupId(String clusterPlacementGroupId) 
 - 
securityAttributespublic GoldenGateConnection.Builder securityAttributes(Map<String,Map<String,Object>> securityAttributes) 
 - 
technologyTypepublic GoldenGateConnection.Builder technologyType(GoldenGateConnection.TechnologyType technologyType) The GoldenGate technology type.- Parameters:
- technologyType- the value to set
- Returns:
- this builder
 
 - 
deploymentIdpublic GoldenGateConnection.Builder deploymentId(String deploymentId) The OCID of the deployment being referenced.- Parameters:
- deploymentId- the value to set
- Returns:
- this builder
 
 - 
hostpublic GoldenGateConnection.Builder host(String host) The name or address of a host.- Parameters:
- host- the value to set
- Returns:
- this builder
 
 - 
portpublic GoldenGateConnection.Builder port(Integer port) The port of an endpoint usually specified for a connection.- Parameters:
- port- the value to set
- Returns:
- this builder
 
 - 
usernamepublic GoldenGateConnection.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
 
 - 
privateIppublic 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. - Parameters:
- privateIp- the value to set
- Returns:
- this builder
 
 - 
passwordSecretIdpublic GoldenGateConnection.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
 
 - 
buildpublic GoldenGateConnection build() 
 - 
copypublic GoldenGateConnection.Builder copy(GoldenGateConnection model) 
 
- 
 
-