Class CreateKafkaSchemaRegistryConnectionDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.goldengate.model.CreateKafkaSchemaRegistryConnectionDetails.Builder
 
- 
- Enclosing class:
- CreateKafkaSchemaRegistryConnectionDetails
 
 public static class CreateKafkaSchemaRegistryConnectionDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method Summary
 
- 
- 
- 
Method Detail- 
displayNamepublic CreateKafkaSchemaRegistryConnectionDetails.Builder displayName(String displayName) 
 - 
descriptionpublic CreateKafkaSchemaRegistryConnectionDetails.Builder description(String description) 
 - 
compartmentIdpublic CreateKafkaSchemaRegistryConnectionDetails.Builder compartmentId(String compartmentId) 
 - 
freeformTagspublic CreateKafkaSchemaRegistryConnectionDetails.Builder freeformTags(Map<String,String> freeformTags) 
 - 
definedTagspublic CreateKafkaSchemaRegistryConnectionDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags) 
 - 
lockspublic CreateKafkaSchemaRegistryConnectionDetails.Builder locks(List<AddResourceLockDetails> locks) 
 - 
vaultIdpublic CreateKafkaSchemaRegistryConnectionDetails.Builder vaultId(String vaultId) 
 - 
keyIdpublic CreateKafkaSchemaRegistryConnectionDetails.Builder keyId(String keyId) 
 - 
nsgIdspublic CreateKafkaSchemaRegistryConnectionDetails.Builder nsgIds(List<String> nsgIds) 
 - 
subnetIdpublic CreateKafkaSchemaRegistryConnectionDetails.Builder subnetId(String subnetId) 
 - 
routingMethodpublic CreateKafkaSchemaRegistryConnectionDetails.Builder routingMethod(RoutingMethod routingMethod) 
 - 
doesUseSecretIdspublic CreateKafkaSchemaRegistryConnectionDetails.Builder doesUseSecretIds(Boolean doesUseSecretIds) 
 - 
subscriptionIdpublic CreateKafkaSchemaRegistryConnectionDetails.Builder subscriptionId(String subscriptionId) 
 - 
clusterPlacementGroupIdpublic CreateKafkaSchemaRegistryConnectionDetails.Builder clusterPlacementGroupId(String clusterPlacementGroupId) 
 - 
securityAttributespublic CreateKafkaSchemaRegistryConnectionDetails.Builder securityAttributes(Map<String,Map<String,Object>> securityAttributes) 
 - 
technologyTypepublic CreateKafkaSchemaRegistryConnectionDetails.Builder technologyType(KafkaSchemaRegistryConnection.TechnologyType technologyType) The Kafka (e.g.Confluent) Schema Registry technology type. - Parameters:
- technologyType- the value to set
- Returns:
- this builder
 
 - 
urlpublic CreateKafkaSchemaRegistryConnectionDetails.Builder url(String url) Kafka Schema Registry URL.e.g.: ‘https://server1.us.oracle.com:8081’ - Parameters:
- url- the value to set
- Returns:
- this builder
 
 - 
authenticationTypepublic CreateKafkaSchemaRegistryConnectionDetails.Builder authenticationType(KafkaSchemaRegistryConnection.AuthenticationType authenticationType) Used authentication mechanism to access Schema Registry.- Parameters:
- authenticationType- the value to set
- Returns:
- this builder
 
 - 
usernamepublic CreateKafkaSchemaRegistryConnectionDetails.Builder username(String username) The username to access Schema Registry using basic authentication.This value is injected into ‘schema.registry.basic.auth.user.info=user:password’ configuration property. - Parameters:
- username- the value to set
- Returns:
- this builder
 
 - 
passwordpublic CreateKafkaSchemaRegistryConnectionDetails.Builder password(String password) The password to access Schema Registry using basic authentication.This value is injected into ‘schema.registry.basic.auth.user.info=user:password’ configuration property. 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 CreateKafkaSchemaRegistryConnectionDetails.Builder passwordSecretId(String passwordSecretId) The OCID of the Secret where the Kafka Schema Registry password is stored, The password to access Schema Registry using basic authentication.This value is injected into ‘schema.registry.basic.auth.user.info=user:password’ configuration property. Note: When provided, ‘password’ field must not be provided. - Parameters:
- passwordSecretId- the value to set
- Returns:
- this builder
 
 - 
trustStorepublic CreateKafkaSchemaRegistryConnectionDetails.Builder trustStore(String trustStore) The base64 encoded content of the TrustStore file.Deprecated: This field is deprecated and replaced by “trustStoreSecretId”. This field will be removed after February 15 2026. - Parameters:
- trustStore- the value to set
- Returns:
- this builder
 
 - 
trustStoreSecretIdpublic CreateKafkaSchemaRegistryConnectionDetails.Builder trustStoreSecretId(String trustStoreSecretId) The OCID of the Secret that stores the content of the TrustStore file.Note: When provided, ‘trustStore’ field must not be provided. - Parameters:
- trustStoreSecretId- the value to set
- Returns:
- this builder
 
 - 
trustStorePasswordpublic CreateKafkaSchemaRegistryConnectionDetails.Builder trustStorePassword(String trustStorePassword) The TrustStore password.Deprecated: This field is deprecated and replaced by “trustStorePasswordSecretId”. This field will be removed after February 15 2026. - Parameters:
- trustStorePassword- the value to set
- Returns:
- this builder
 
 - 
trustStorePasswordSecretIdpublic CreateKafkaSchemaRegistryConnectionDetails.Builder trustStorePasswordSecretId(String trustStorePasswordSecretId) The OCID of the Secret where the kafka Ssl TrustStore password is stored.Note: When provided, ‘trustStorePassword’ field must not be provided. - Parameters:
- trustStorePasswordSecretId- the value to set
- Returns:
- this builder
 
 - 
keyStorepublic CreateKafkaSchemaRegistryConnectionDetails.Builder keyStore(String keyStore) The base64 encoded content of the KeyStore file.Deprecated: This field is deprecated and replaced by “keyStoreSecretId”. This field will be removed after February 15 2026. - Parameters:
- keyStore- the value to set
- Returns:
- this builder
 
 - 
keyStoreSecretIdpublic CreateKafkaSchemaRegistryConnectionDetails.Builder keyStoreSecretId(String keyStoreSecretId) The OCID of the Secret that stores the content of the KeyStore file.Note: When provided, ‘keyStore’ field must not be provided. - Parameters:
- keyStoreSecretId- the value to set
- Returns:
- this builder
 
 - 
keyStorePasswordpublic CreateKafkaSchemaRegistryConnectionDetails.Builder keyStorePassword(String keyStorePassword) The KeyStore password.Deprecated: This field is deprecated and replaced by “keyStorePasswordSecretId”. This field will be removed after February 15 2026. - Parameters:
- keyStorePassword- the value to set
- Returns:
- this builder
 
 - 
keyStorePasswordSecretIdpublic CreateKafkaSchemaRegistryConnectionDetails.Builder keyStorePasswordSecretId(String keyStorePasswordSecretId) The OCID of the Secret where the kafka Ssl KeyStore password is stored.Note: When provided, ‘keyStorePassword’ field must not be provided. - Parameters:
- keyStorePasswordSecretId- the value to set
- Returns:
- this builder
 
 - 
sslKeyPasswordpublic CreateKafkaSchemaRegistryConnectionDetails.Builder sslKeyPassword(String sslKeyPassword) The password for the cert inside the KeyStore.In case it differs from the KeyStore password, it should be provided. Deprecated: This field is deprecated and replaced by “sslKeyPasswordSecretId”. This field will be removed after February 15 2026. - Parameters:
- sslKeyPassword- the value to set
- Returns:
- this builder
 
 - 
sslKeyPasswordSecretIdpublic CreateKafkaSchemaRegistryConnectionDetails.Builder sslKeyPasswordSecretId(String sslKeyPasswordSecretId) The OCID of the Secret that stores the password for the cert inside the KeyStore.In case it differs from the KeyStore password, it should be provided. Note: When provided, ‘sslKeyPassword’ field must not be provided. - Parameters:
- sslKeyPasswordSecretId- the value to set
- Returns:
- this builder
 
 - 
privateIppublic CreateKafkaSchemaRegistryConnectionDetails.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 CreateKafkaSchemaRegistryConnectionDetails build() 
 - 
copypublic CreateKafkaSchemaRegistryConnectionDetails.Builder copy(CreateKafkaSchemaRegistryConnectionDetails model) 
 
- 
 
-