Class CreateGoldenGateConnectionDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.goldengate.model.CreateGoldenGateConnectionDetails.Builder
 
- 
- Enclosing class:
- CreateGoldenGateConnectionDetails
 
 public static class CreateGoldenGateConnectionDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method Summary
 
- 
- 
- 
Method Detail- 
displayNamepublic CreateGoldenGateConnectionDetails.Builder displayName(String displayName) 
 - 
descriptionpublic CreateGoldenGateConnectionDetails.Builder description(String description) 
 - 
compartmentIdpublic CreateGoldenGateConnectionDetails.Builder compartmentId(String compartmentId) 
 - 
freeformTagspublic CreateGoldenGateConnectionDetails.Builder freeformTags(Map<String,String> freeformTags) 
 - 
definedTagspublic CreateGoldenGateConnectionDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags) 
 - 
lockspublic CreateGoldenGateConnectionDetails.Builder locks(List<AddResourceLockDetails> locks) 
 - 
vaultIdpublic CreateGoldenGateConnectionDetails.Builder vaultId(String vaultId) 
 - 
keyIdpublic CreateGoldenGateConnectionDetails.Builder keyId(String keyId) 
 - 
nsgIdspublic CreateGoldenGateConnectionDetails.Builder nsgIds(List<String> nsgIds) 
 - 
subnetIdpublic CreateGoldenGateConnectionDetails.Builder subnetId(String subnetId) 
 - 
routingMethodpublic CreateGoldenGateConnectionDetails.Builder routingMethod(RoutingMethod routingMethod) 
 - 
doesUseSecretIdspublic CreateGoldenGateConnectionDetails.Builder doesUseSecretIds(Boolean doesUseSecretIds) 
 - 
subscriptionIdpublic CreateGoldenGateConnectionDetails.Builder subscriptionId(String subscriptionId) 
 - 
clusterPlacementGroupIdpublic CreateGoldenGateConnectionDetails.Builder clusterPlacementGroupId(String clusterPlacementGroupId) 
 - 
securityAttributespublic CreateGoldenGateConnectionDetails.Builder securityAttributes(Map<String,Map<String,Object>> securityAttributes) 
 - 
technologyTypepublic CreateGoldenGateConnectionDetails.Builder technologyType(GoldenGateConnection.TechnologyType technologyType) The GoldenGate technology type.- Parameters:
- technologyType- the value to set
- Returns:
- this builder
 
 - 
deploymentIdpublic CreateGoldenGateConnectionDetails.Builder deploymentId(String deploymentId) The OCID of the deployment being referenced.- Parameters:
- deploymentId- the value to set
- Returns:
- this builder
 
 - 
hostpublic CreateGoldenGateConnectionDetails.Builder host(String host) The name or address of a host.- Parameters:
- host- the value to set
- Returns:
- this builder
 
 - 
portpublic CreateGoldenGateConnectionDetails.Builder port(Integer port) The port of an endpoint usually specified for a connection.- Parameters:
- port- the value to set
- Returns:
- this builder
 
 - 
usernamepublic CreateGoldenGateConnectionDetails.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
 
 - 
passwordpublic CreateGoldenGateConnectionDetails.Builder password(String password) The password used to connect to the Oracle GoldenGate accessed trough this connection.Deprecated: This field is deprecated and replaced by “passwordSecretId”. This field will be removed after February 15 2026. - Parameters:
- password- the value to set
- Returns:
- this builder
 
 - 
passwordSecretIdpublic CreateGoldenGateConnectionDetails.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
 
 - 
privateIppublic CreateGoldenGateConnectionDetails.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
 
 - 
buildpublic CreateGoldenGateConnectionDetails build() 
 - 
copypublic CreateGoldenGateConnectionDetails.Builder copy(CreateGoldenGateConnectionDetails model) 
 
- 
 
-