Uses of Interface
software.amazon.awssdk.services.kafkaconnect.model.KafkaClusterClientAuthentication.Builder
-
Packages that use KafkaClusterClientAuthentication.Builder Package Description software.amazon.awssdk.services.kafkaconnect.model -
-
Uses of KafkaClusterClientAuthentication.Builder in software.amazon.awssdk.services.kafkaconnect.model
Methods in software.amazon.awssdk.services.kafkaconnect.model that return KafkaClusterClientAuthentication.Builder Modifier and Type Method Description KafkaClusterClientAuthentication.BuilderKafkaClusterClientAuthentication.Builder. authenticationType(String authenticationType)The type of client authentication used to connect to the Apache Kafka cluster.KafkaClusterClientAuthentication.BuilderKafkaClusterClientAuthentication.Builder. authenticationType(KafkaClusterClientAuthenticationType authenticationType)The type of client authentication used to connect to the Apache Kafka cluster.static KafkaClusterClientAuthentication.BuilderKafkaClusterClientAuthentication. builder()KafkaClusterClientAuthentication.BuilderKafkaClusterClientAuthentication. toBuilder()Methods in software.amazon.awssdk.services.kafkaconnect.model that return types with arguments of type KafkaClusterClientAuthentication.Builder Modifier and Type Method Description static Class<? extends KafkaClusterClientAuthentication.Builder>KafkaClusterClientAuthentication. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.kafkaconnect.model with type arguments of type KafkaClusterClientAuthentication.Builder Modifier and Type Method Description default CreateConnectorRequest.BuilderCreateConnectorRequest.Builder. kafkaClusterClientAuthentication(Consumer<KafkaClusterClientAuthentication.Builder> kafkaClusterClientAuthentication)Details of the client authentication used by the Apache Kafka cluster.
-