Class AwsMskClusterClusterInfoClientAuthenticationDetails
- java.lang.Object
-
- software.amazon.awssdk.services.securityhub.model.AwsMskClusterClusterInfoClientAuthenticationDetails
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AwsMskClusterClusterInfoClientAuthenticationDetails.Builder,AwsMskClusterClusterInfoClientAuthenticationDetails>
@Generated("software.amazon.awssdk:codegen") public final class AwsMskClusterClusterInfoClientAuthenticationDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AwsMskClusterClusterInfoClientAuthenticationDetails.Builder,AwsMskClusterClusterInfoClientAuthenticationDetails>
Provides details about different modes of client authentication.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAwsMskClusterClusterInfoClientAuthenticationDetails.Builder
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
sasl
public final AwsMskClusterClusterInfoClientAuthenticationSaslDetails sasl()
Provides details for client authentication using SASL.
- Returns:
- Provides details for client authentication using SASL.
-
unauthenticated
public final AwsMskClusterClusterInfoClientAuthenticationUnauthenticatedDetails unauthenticated()
Provides details for allowing no client authentication.
- Returns:
- Provides details for allowing no client authentication.
-
tls
public final AwsMskClusterClusterInfoClientAuthenticationTlsDetails tls()
Provides details for client authentication using TLS.
- Returns:
- Provides details for client authentication using TLS.
-
toBuilder
public AwsMskClusterClusterInfoClientAuthenticationDetails.Builder toBuilder()
-
builder
public static AwsMskClusterClusterInfoClientAuthenticationDetails.Builder builder()
-
serializableBuilderClass
public static Class<? extends AwsMskClusterClusterInfoClientAuthenticationDetails.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-