public static interface KafkaClusterClientAuthentication.Builder extends SdkPojo, CopyableBuilder<KafkaClusterClientAuthentication.Builder,KafkaClusterClientAuthentication>
| Modifier and Type | Method and Description |
|---|---|
KafkaClusterClientAuthentication.Builder |
authenticationType(KafkaClusterClientAuthenticationType authenticationType)
The type of client authentication used to connect to the Apache Kafka cluster.
|
KafkaClusterClientAuthentication.Builder |
authenticationType(String authenticationType)
The type of client authentication used to connect to the Apache Kafka cluster.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildKafkaClusterClientAuthentication.Builder authenticationType(String authenticationType)
The type of client authentication used to connect to the Apache Kafka cluster. Value NONE means that no client authentication is used.
authenticationType - The type of client authentication used to connect to the Apache Kafka cluster. Value NONE means that
no client authentication is used.KafkaClusterClientAuthenticationType,
KafkaClusterClientAuthenticationTypeKafkaClusterClientAuthentication.Builder authenticationType(KafkaClusterClientAuthenticationType authenticationType)
The type of client authentication used to connect to the Apache Kafka cluster. Value NONE means that no client authentication is used.
authenticationType - The type of client authentication used to connect to the Apache Kafka cluster. Value NONE means that
no client authentication is used.KafkaClusterClientAuthenticationType,
KafkaClusterClientAuthenticationTypeCopyright © 2023. All rights reserved.