Interface KafkaClusterClientAuthenticationDescription.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<KafkaClusterClientAuthenticationDescription.Builder,,KafkaClusterClientAuthenticationDescription> SdkBuilder<KafkaClusterClientAuthenticationDescription.Builder,,KafkaClusterClientAuthenticationDescription> SdkPojo
- Enclosing class:
 KafkaClusterClientAuthenticationDescription
public static interface KafkaClusterClientAuthenticationDescription.Builder
extends SdkPojo, CopyableBuilder<KafkaClusterClientAuthenticationDescription.Builder,KafkaClusterClientAuthenticationDescription> 
- 
Method Summary
Modifier and TypeMethodDescriptionauthenticationType(String authenticationType) The type of client authentication used to connect to the Apache Kafka cluster.authenticationType(KafkaClusterClientAuthenticationType authenticationType) The type of client authentication used to connect to the Apache Kafka cluster.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
authenticationType
The type of client authentication used to connect to the Apache Kafka cluster. Value NONE means that no client authentication is used.
- Parameters:
 authenticationType- The type of client authentication used to connect to the Apache Kafka cluster. Value NONE means that no client authentication is used.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
authenticationType
KafkaClusterClientAuthenticationDescription.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.
- Parameters:
 authenticationType- The type of client authentication used to connect to the Apache Kafka cluster. Value NONE means that no client authentication is used.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -