public static interface KafkaClusterClientAuthenticationDescription.Builder extends SdkPojo, CopyableBuilder<KafkaClusterClientAuthenticationDescription.Builder,KafkaClusterClientAuthenticationDescription>
| Modifier and Type | Method and Description |
|---|---|
KafkaClusterClientAuthenticationDescription.Builder |
authenticationType(KafkaClusterClientAuthenticationType authenticationType)
The type of client authentication used to connect to the Apache Kafka cluster.
|
KafkaClusterClientAuthenticationDescription.Builder |
authenticationType(String authenticationType)
The type of client authentication used to connect to the Apache Kafka cluster.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildKafkaClusterClientAuthenticationDescription.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,
KafkaClusterClientAuthenticationTypeKafkaClusterClientAuthenticationDescription.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.