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