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