@Generated(value="software.amazon.awssdk:codegen") public final class AuthenticationConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AuthenticationConfiguration.Builder,AuthenticationConfiguration>
The authentication configuration of the Amazon MSK cluster.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AuthenticationConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AuthenticationConfiguration.Builder |
builder() |
Connectivity |
connectivity()
The type of connectivity used to access the Amazon MSK cluster.
|
String |
connectivityAsString()
The type of connectivity used to access the Amazon MSK cluster.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
roleARN()
The ARN of the role used to access the Amazon MSK cluster.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AuthenticationConfiguration.Builder> |
serializableBuilderClass() |
AuthenticationConfiguration.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String roleARN()
The ARN of the role used to access the Amazon MSK cluster.
public final Connectivity connectivity()
The type of connectivity used to access the Amazon MSK cluster.
If the service returns an enum value that is not available in the current SDK version, connectivity will
return Connectivity.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
connectivityAsString().
Connectivitypublic final String connectivityAsString()
The type of connectivity used to access the Amazon MSK cluster.
If the service returns an enum value that is not available in the current SDK version, connectivity will
return Connectivity.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
connectivityAsString().
Connectivitypublic AuthenticationConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AuthenticationConfiguration.Builder,AuthenticationConfiguration>public static AuthenticationConfiguration.Builder builder()
public static Class<? extends AuthenticationConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.