Package com.oracle.bmc.goldengate.model
Class UpdateGoldenGateConnectionDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.goldengate.model.UpdateGoldenGateConnectionDetails.Builder
-
- Enclosing class:
- UpdateGoldenGateConnectionDetails
public static class UpdateGoldenGateConnectionDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
displayName
public UpdateGoldenGateConnectionDetails.Builder displayName(String displayName)
-
description
public UpdateGoldenGateConnectionDetails.Builder description(String description)
-
freeformTags
public UpdateGoldenGateConnectionDetails.Builder freeformTags(Map<String,String> freeformTags)
-
definedTags
public UpdateGoldenGateConnectionDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags)
-
vaultId
public UpdateGoldenGateConnectionDetails.Builder vaultId(String vaultId)
-
keyId
public UpdateGoldenGateConnectionDetails.Builder keyId(String keyId)
-
nsgIds
public UpdateGoldenGateConnectionDetails.Builder nsgIds(List<String> nsgIds)
-
subnetId
public UpdateGoldenGateConnectionDetails.Builder subnetId(String subnetId)
-
routingMethod
public UpdateGoldenGateConnectionDetails.Builder routingMethod(RoutingMethod routingMethod)
-
doesUseSecretIds
public UpdateGoldenGateConnectionDetails.Builder doesUseSecretIds(Boolean doesUseSecretIds)
-
securityAttributes
public UpdateGoldenGateConnectionDetails.Builder securityAttributes(Map<String,Map<String,Object>> securityAttributes)
-
deploymentId
public UpdateGoldenGateConnectionDetails.Builder deploymentId(String deploymentId)
The OCID of the deployment being referenced.- Parameters:
deploymentId- the value to set- Returns:
- this builder
-
host
public UpdateGoldenGateConnectionDetails.Builder host(String host)
The name or address of a host.- Parameters:
host- the value to set- Returns:
- this builder
-
port
public UpdateGoldenGateConnectionDetails.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 UpdateGoldenGateConnectionDetails.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
-
password
public UpdateGoldenGateConnectionDetails.Builder password(char[] 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
-
password
public UpdateGoldenGateConnectionDetails.Builder password(String password)
-
passwordSecretId
public UpdateGoldenGateConnectionDetails.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
-
privateIp
public UpdateGoldenGateConnectionDetails.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
-
build
public UpdateGoldenGateConnectionDetails build()
-
copy
public UpdateGoldenGateConnectionDetails.Builder copy(UpdateGoldenGateConnectionDetails model)
-
-