public static class UpdateKafkaConnectionDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
public UpdateKafkaConnectionDetails.Builder displayName(String displayName)
public UpdateKafkaConnectionDetails.Builder description(String description)
public UpdateKafkaConnectionDetails.Builder freeformTags(Map<String,String> freeformTags)
public UpdateKafkaConnectionDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags)
public UpdateKafkaConnectionDetails.Builder vaultId(String vaultId)
public UpdateKafkaConnectionDetails.Builder keyId(String keyId)
public UpdateKafkaConnectionDetails.Builder nsgIds(List<String> nsgIds)
public UpdateKafkaConnectionDetails.Builder subnetId(String subnetId)
public UpdateKafkaConnectionDetails.Builder routingMethod(RoutingMethod routingMethod)
public UpdateKafkaConnectionDetails.Builder streamPoolId(String streamPoolId)
The OCID of the stream pool being referenced.
streamPoolId
- the value to setpublic UpdateKafkaConnectionDetails.Builder bootstrapServers(List<KafkaBootstrapServer> bootstrapServers)
Kafka bootstrap. Equivalent of bootstrap.servers configuration property in Kafka: list of
KafkaBootstrapServer objects specified by host/port. Used for establishing the initial
connection to the Kafka cluster. Example: "server1.example.com:9092,server2.example.com:9092"
bootstrapServers
- the value to setpublic UpdateKafkaConnectionDetails.Builder securityProtocol(KafkaConnection.SecurityProtocol securityProtocol)
Security Type for Kafka.
securityProtocol
- the value to setpublic UpdateKafkaConnectionDetails.Builder username(String username)
The username Oracle GoldenGate uses to connect the associated system of the given technology. This username must already exist and be available by the system/application to be connected to and must conform to the case sensitivty requirments defined in it.
username
- the value to setpublic UpdateKafkaConnectionDetails.Builder password(String password)
The password Oracle GoldenGate uses to connect the associated system of the given technology. It must conform to the specific security requirements including length, case sensitivity, and so on.
password
- the value to setpublic UpdateKafkaConnectionDetails.Builder trustStore(String trustStore)
The base64 encoded content of the TrustStore file.
trustStore
- the value to setpublic UpdateKafkaConnectionDetails.Builder trustStorePassword(String trustStorePassword)
The TrustStore password.
trustStorePassword
- the value to setpublic UpdateKafkaConnectionDetails.Builder keyStore(String keyStore)
The base64 encoded content of the KeyStore file.
keyStore
- the value to setpublic UpdateKafkaConnectionDetails.Builder keyStorePassword(String keyStorePassword)
The KeyStore password.
keyStorePassword
- the value to setpublic UpdateKafkaConnectionDetails.Builder sslKeyPassword(String sslKeyPassword)
The password for the cert inside of the KeyStore. In case it differs from the KeyStore password, it should be provided.
sslKeyPassword
- the value to setpublic UpdateKafkaConnectionDetails.Builder consumerProperties(String consumerProperties)
The base64 encoded content of the consumer.properties file.
consumerProperties
- the value to setpublic UpdateKafkaConnectionDetails.Builder producerProperties(String producerProperties)
The base64 encoded content of the producer.properties file.
producerProperties
- the value to setpublic UpdateKafkaConnectionDetails build()
public UpdateKafkaConnectionDetails.Builder copy(UpdateKafkaConnectionDetails model)
Copyright © 2016–2024. All rights reserved.