Class KafkaSchemaRegistryConnection.Builder
- java.lang.Object
- 
- com.oracle.bmc.goldengate.model.KafkaSchemaRegistryConnection.Builder
 
- 
- Enclosing class:
- KafkaSchemaRegistryConnection
 
 public static class KafkaSchemaRegistryConnection.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method Summary
 
- 
- 
- 
Method Detail- 
idpublic KafkaSchemaRegistryConnection.Builder id(String id) 
 - 
displayNamepublic KafkaSchemaRegistryConnection.Builder displayName(String displayName) 
 - 
descriptionpublic KafkaSchemaRegistryConnection.Builder description(String description) 
 - 
compartmentIdpublic KafkaSchemaRegistryConnection.Builder compartmentId(String compartmentId) 
 - 
freeformTagspublic KafkaSchemaRegistryConnection.Builder freeformTags(Map<String,String> freeformTags) 
 - 
definedTagspublic KafkaSchemaRegistryConnection.Builder definedTags(Map<String,Map<String,Object>> definedTags) 
 - 
systemTagspublic KafkaSchemaRegistryConnection.Builder systemTags(Map<String,Map<String,Object>> systemTags) 
 - 
lifecycleStatepublic KafkaSchemaRegistryConnection.Builder lifecycleState(Connection.LifecycleState lifecycleState) 
 - 
lifecycleDetailspublic KafkaSchemaRegistryConnection.Builder lifecycleDetails(String lifecycleDetails) 
 - 
timeCreatedpublic KafkaSchemaRegistryConnection.Builder timeCreated(Date timeCreated) 
 - 
timeUpdatedpublic KafkaSchemaRegistryConnection.Builder timeUpdated(Date timeUpdated) 
 - 
lockspublic KafkaSchemaRegistryConnection.Builder locks(List<ResourceLock> locks) 
 - 
vaultIdpublic KafkaSchemaRegistryConnection.Builder vaultId(String vaultId) 
 - 
keyIdpublic KafkaSchemaRegistryConnection.Builder keyId(String keyId) 
 - 
ingressIpspublic KafkaSchemaRegistryConnection.Builder ingressIps(List<IngressIpDetails> ingressIps) 
 - 
nsgIdspublic KafkaSchemaRegistryConnection.Builder nsgIds(List<String> nsgIds) 
 - 
subnetIdpublic KafkaSchemaRegistryConnection.Builder subnetId(String subnetId) 
 - 
routingMethodpublic KafkaSchemaRegistryConnection.Builder routingMethod(RoutingMethod routingMethod) 
 - 
doesUseSecretIdspublic KafkaSchemaRegistryConnection.Builder doesUseSecretIds(Boolean doesUseSecretIds) 
 - 
subscriptionIdpublic KafkaSchemaRegistryConnection.Builder subscriptionId(String subscriptionId) 
 - 
clusterPlacementGroupIdpublic KafkaSchemaRegistryConnection.Builder clusterPlacementGroupId(String clusterPlacementGroupId) 
 - 
securityAttributespublic KafkaSchemaRegistryConnection.Builder securityAttributes(Map<String,Map<String,Object>> securityAttributes) 
 - 
technologyTypepublic KafkaSchemaRegistryConnection.Builder technologyType(KafkaSchemaRegistryConnection.TechnologyType technologyType) The Kafka (e.g.Confluent) Schema Registry technology type. - Parameters:
- technologyType- the value to set
- Returns:
- this builder
 
 - 
urlpublic KafkaSchemaRegistryConnection.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 KafkaSchemaRegistryConnection.Builder authenticationType(KafkaSchemaRegistryConnection.AuthenticationType authenticationType) Used authentication mechanism to access Schema Registry.- Parameters:
- authenticationType- the value to set
- Returns:
- this builder
 
 - 
usernamepublic KafkaSchemaRegistryConnection.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
 
 - 
privateIppublic KafkaSchemaRegistryConnection.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
 
 - 
passwordSecretIdpublic KafkaSchemaRegistryConnection.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
 
 - 
trustStoreSecretIdpublic KafkaSchemaRegistryConnection.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
 
 - 
trustStorePasswordSecretIdpublic KafkaSchemaRegistryConnection.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
 
 - 
keyStoreSecretIdpublic KafkaSchemaRegistryConnection.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
 
 - 
keyStorePasswordSecretIdpublic KafkaSchemaRegistryConnection.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
 
 - 
sslKeyPasswordSecretIdpublic KafkaSchemaRegistryConnection.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
 
 - 
buildpublic KafkaSchemaRegistryConnection build() 
 - 
copypublic KafkaSchemaRegistryConnection.Builder copy(KafkaSchemaRegistryConnection model) 
 
- 
 
-