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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description KafkaClusterClientAuthenticationDescription.BuilderauthenticationType(String authenticationType)The type of client authentication used to connect to the Apache Kafka cluster.KafkaClusterClientAuthenticationDescription.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
KafkaClusterClientAuthenticationDescription.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
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:
KafkaClusterClientAuthenticationType,KafkaClusterClientAuthenticationType
-
-