Interface KafkaClusterClientAuthentication.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<KafkaClusterClientAuthentication.Builder,KafkaClusterClientAuthentication>,SdkBuilder<KafkaClusterClientAuthentication.Builder,KafkaClusterClientAuthentication>,SdkPojo
- Enclosing class:
- KafkaClusterClientAuthentication
public static interface KafkaClusterClientAuthentication.Builder extends SdkPojo, CopyableBuilder<KafkaClusterClientAuthentication.Builder,KafkaClusterClientAuthentication>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description KafkaClusterClientAuthentication.BuilderauthenticationType(String authenticationType)The type of client authentication used to connect to the Apache Kafka cluster.KafkaClusterClientAuthentication.BuilderauthenticationType(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
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
authenticationType
KafkaClusterClientAuthentication.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.
- 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:
KafkaClusterClientAuthenticationType,KafkaClusterClientAuthenticationType
-
authenticationType
KafkaClusterClientAuthentication.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:
KafkaClusterClientAuthenticationType,KafkaClusterClientAuthenticationType
-
-