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