| Package | Description |
|---|---|
| software.amazon.awssdk.services.kafkaconnect.model |
| Modifier and Type | Method and Description |
|---|---|
KafkaClusterClientAuthentication.Builder |
KafkaClusterClientAuthentication.Builder.authenticationType(KafkaClusterClientAuthenticationType authenticationType)
The type of client authentication used to connect to the Apache Kafka cluster.
|
KafkaClusterClientAuthentication.Builder |
KafkaClusterClientAuthentication.Builder.authenticationType(String authenticationType)
The type of client authentication used to connect to the Apache Kafka cluster.
|
static KafkaClusterClientAuthentication.Builder |
KafkaClusterClientAuthentication.builder() |
KafkaClusterClientAuthentication.Builder |
KafkaClusterClientAuthentication.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends KafkaClusterClientAuthentication.Builder> |
KafkaClusterClientAuthentication.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateConnectorRequest.Builder |
CreateConnectorRequest.Builder.kafkaClusterClientAuthentication(Consumer<KafkaClusterClientAuthentication.Builder> kafkaClusterClientAuthentication)
Details of the client authentication used by the Apache Kafka cluster.
|
Copyright © 2023. All rights reserved.