Class AwsMskClusterClusterInfoClientAuthenticationSaslDetails
- java.lang.Object
-
- software.amazon.awssdk.services.securityhub.model.AwsMskClusterClusterInfoClientAuthenticationSaslDetails
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AwsMskClusterClusterInfoClientAuthenticationSaslDetails.Builder,AwsMskClusterClusterInfoClientAuthenticationSaslDetails>
@Generated("software.amazon.awssdk:codegen") public final class AwsMskClusterClusterInfoClientAuthenticationSaslDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AwsMskClusterClusterInfoClientAuthenticationSaslDetails.Builder,AwsMskClusterClusterInfoClientAuthenticationSaslDetails>
Provides details for client authentication using SASL.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAwsMskClusterClusterInfoClientAuthenticationSaslDetails.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AwsMskClusterClusterInfoClientAuthenticationSaslDetails.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()AwsMskClusterClusterInfoClientAuthenticationSaslIamDetailsiam()Provides details for SASL client authentication using IAM.AwsMskClusterClusterInfoClientAuthenticationSaslScramDetailsscram()Details for SASL client authentication using SCRAM.List<SdkField<?>>sdkFields()static Class<? extends AwsMskClusterClusterInfoClientAuthenticationSaslDetails.Builder>serializableBuilderClass()AwsMskClusterClusterInfoClientAuthenticationSaslDetails.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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
-
iam
public final AwsMskClusterClusterInfoClientAuthenticationSaslIamDetails iam()
Provides details for SASL client authentication using IAM.
- Returns:
- Provides details for SASL client authentication using IAM.
-
scram
public final AwsMskClusterClusterInfoClientAuthenticationSaslScramDetails scram()
Details for SASL client authentication using SCRAM.
- Returns:
- Details for SASL client authentication using SCRAM.
-
toBuilder
public AwsMskClusterClusterInfoClientAuthenticationSaslDetails.Builder toBuilder()
-
builder
public static AwsMskClusterClusterInfoClientAuthenticationSaslDetails.Builder builder()
-
serializableBuilderClass
public static Class<? extends AwsMskClusterClusterInfoClientAuthenticationSaslDetails.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.
-
-