public static class CreateGoldenGateConnectionDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
public CreateGoldenGateConnectionDetails.Builder displayName(String displayName)
public CreateGoldenGateConnectionDetails.Builder description(String description)
public CreateGoldenGateConnectionDetails.Builder compartmentId(String compartmentId)
public CreateGoldenGateConnectionDetails.Builder freeformTags(Map<String,String> freeformTags)
public CreateGoldenGateConnectionDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags)
public CreateGoldenGateConnectionDetails.Builder vaultId(String vaultId)
public CreateGoldenGateConnectionDetails.Builder keyId(String keyId)
public CreateGoldenGateConnectionDetails.Builder subnetId(String subnetId)
public CreateGoldenGateConnectionDetails.Builder nsgIds(List<String> nsgIds)
public CreateGoldenGateConnectionDetails.Builder technologyType(GoldenGateConnection.TechnologyType technologyType)
The GoldenGate technology type.
technologyType
- the value to setpublic CreateGoldenGateConnectionDetails.Builder deploymentId(String deploymentId)
The OCID of the deployment being referenced.
deploymentId
- the value to setpublic CreateGoldenGateConnectionDetails.Builder host(String host)
The name or address of a host.
host
- the value to setpublic CreateGoldenGateConnectionDetails.Builder port(Integer port)
The port of an endpoint usually specified for a connection.
port
- the value to setpublic CreateGoldenGateConnectionDetails.Builder privateIp(String privateIp)
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 CreateGoldenGateConnectionDetails build()
public CreateGoldenGateConnectionDetails.Builder copy(CreateGoldenGateConnectionDetails model)
Copyright © 2016–2023. All rights reserved.