Interface AwsMskClusterClusterInfoClientAuthenticationSaslScramDetails.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AwsMskClusterClusterInfoClientAuthenticationSaslScramDetails.Builder,
,AwsMskClusterClusterInfoClientAuthenticationSaslScramDetails> SdkBuilder<AwsMskClusterClusterInfoClientAuthenticationSaslScramDetails.Builder,
,AwsMskClusterClusterInfoClientAuthenticationSaslScramDetails> SdkPojo
- Enclosing class:
AwsMskClusterClusterInfoClientAuthenticationSaslScramDetails
@Mutable
@NotThreadSafe
public static interface AwsMskClusterClusterInfoClientAuthenticationSaslScramDetails.Builder
extends SdkPojo, CopyableBuilder<AwsMskClusterClusterInfoClientAuthenticationSaslScramDetails.Builder,AwsMskClusterClusterInfoClientAuthenticationSaslScramDetails>
-
Method Summary
Modifier and TypeMethodDescriptionIndicates whether SASL/SCRAM authentication is enabled or not.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
enabled
Indicates whether SASL/SCRAM authentication is enabled or not.
- Parameters:
enabled
- Indicates whether SASL/SCRAM authentication is enabled or not.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-