@Generated(value="software.amazon.awssdk:codegen") public final class KafkaClusterClientAuthentication extends Object implements SdkPojo, Serializable, ToCopyableBuilder<KafkaClusterClientAuthentication.Builder,KafkaClusterClientAuthentication>
The client authentication information used in order to authenticate with the Apache Kafka cluster.
| Modifier and Type | Class and Description |
|---|---|
static interface |
KafkaClusterClientAuthentication.Builder |
| Modifier and Type | Method and Description |
|---|---|
KafkaClusterClientAuthenticationType |
authenticationType()
The type of client authentication used to connect to the Apache Kafka cluster.
|
String |
authenticationTypeAsString()
The type of client authentication used to connect to the Apache Kafka cluster.
|
static KafkaClusterClientAuthentication.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends KafkaClusterClientAuthentication.Builder> |
serializableBuilderClass() |
KafkaClusterClientAuthentication.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final KafkaClusterClientAuthenticationType authenticationType()
The type of client authentication used to connect to the Apache Kafka cluster. Value NONE means that no client authentication is used.
If the service returns an enum value that is not available in the current SDK version,
authenticationType will return KafkaClusterClientAuthenticationType.UNKNOWN_TO_SDK_VERSION. The
raw value returned by the service is available from authenticationTypeAsString().
KafkaClusterClientAuthenticationTypepublic final String authenticationTypeAsString()
The type of client authentication used to connect to the Apache Kafka cluster. Value NONE means that no client authentication is used.
If the service returns an enum value that is not available in the current SDK version,
authenticationType will return KafkaClusterClientAuthenticationType.UNKNOWN_TO_SDK_VERSION. The
raw value returned by the service is available from authenticationTypeAsString().
KafkaClusterClientAuthenticationTypepublic KafkaClusterClientAuthentication.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<KafkaClusterClientAuthentication.Builder,KafkaClusterClientAuthentication>public static KafkaClusterClientAuthentication.Builder builder()
public static Class<? extends KafkaClusterClientAuthentication.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.