Class KafkaSchemaRegistryConnectionSummary.Builder
- java.lang.Object
-
- com.oracle.bmc.goldengate.model.KafkaSchemaRegistryConnectionSummary.Builder
-
- Enclosing class:
- KafkaSchemaRegistryConnectionSummary
public static class KafkaSchemaRegistryConnectionSummary.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
id
public KafkaSchemaRegistryConnectionSummary.Builder id(String id)
-
displayName
public KafkaSchemaRegistryConnectionSummary.Builder displayName(String displayName)
-
description
public KafkaSchemaRegistryConnectionSummary.Builder description(String description)
-
compartmentId
public KafkaSchemaRegistryConnectionSummary.Builder compartmentId(String compartmentId)
-
freeformTags
public KafkaSchemaRegistryConnectionSummary.Builder freeformTags(Map<String,String> freeformTags)
-
definedTags
public KafkaSchemaRegistryConnectionSummary.Builder definedTags(Map<String,Map<String,Object>> definedTags)
-
systemTags
public KafkaSchemaRegistryConnectionSummary.Builder systemTags(Map<String,Map<String,Object>> systemTags)
-
lifecycleState
public KafkaSchemaRegistryConnectionSummary.Builder lifecycleState(Connection.LifecycleState lifecycleState)
-
lifecycleDetails
public KafkaSchemaRegistryConnectionSummary.Builder lifecycleDetails(String lifecycleDetails)
-
timeCreated
public KafkaSchemaRegistryConnectionSummary.Builder timeCreated(Date timeCreated)
-
timeUpdated
public KafkaSchemaRegistryConnectionSummary.Builder timeUpdated(Date timeUpdated)
-
vaultId
public KafkaSchemaRegistryConnectionSummary.Builder vaultId(String vaultId)
-
keyId
public KafkaSchemaRegistryConnectionSummary.Builder keyId(String keyId)
-
ingressIps
public KafkaSchemaRegistryConnectionSummary.Builder ingressIps(List<IngressIpDetails> ingressIps)
-
nsgIds
public KafkaSchemaRegistryConnectionSummary.Builder nsgIds(List<String> nsgIds)
-
subnetId
public KafkaSchemaRegistryConnectionSummary.Builder subnetId(String subnetId)
-
routingMethod
public KafkaSchemaRegistryConnectionSummary.Builder routingMethod(RoutingMethod routingMethod)
-
locks
public KafkaSchemaRegistryConnectionSummary.Builder locks(List<ResourceLock> locks)
-
doesUseSecretIds
public KafkaSchemaRegistryConnectionSummary.Builder doesUseSecretIds(Boolean doesUseSecretIds)
-
technologyType
public KafkaSchemaRegistryConnectionSummary.Builder technologyType(KafkaSchemaRegistryConnection.TechnologyType technologyType)
The Kafka (e.g.Confluent) Schema Registry technology type.
- Parameters:
technologyType
- the value to set- Returns:
- this builder
-
url
public 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
-
authenticationType
public KafkaSchemaRegistryConnectionSummary.Builder authenticationType(KafkaSchemaRegistryConnection.AuthenticationType authenticationType)
Used authentication mechanism to access Schema Registry.- Parameters:
authenticationType
- the value to set- Returns:
- this builder
-
username
public 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
-
privateIp
public 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
-
passwordSecretId
public 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
-
trustStoreSecretId
public 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
-
trustStorePasswordSecretId
public 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
-
keyStoreSecretId
public 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
-
keyStorePasswordSecretId
public 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
-
sslKeyPasswordSecretId
public 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
-
build
public KafkaSchemaRegistryConnectionSummary build()
-
copy
public KafkaSchemaRegistryConnectionSummary.Builder copy(KafkaSchemaRegistryConnectionSummary model)
-
-