Interface AwsMskClusterClusterInfoClientAuthenticationSaslScramDetails.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AwsMskClusterClusterInfoClientAuthenticationSaslScramDetails.Builder,AwsMskClusterClusterInfoClientAuthenticationSaslScramDetails>,SdkBuilder<AwsMskClusterClusterInfoClientAuthenticationSaslScramDetails.Builder,AwsMskClusterClusterInfoClientAuthenticationSaslScramDetails>,SdkPojo
- Enclosing class:
- AwsMskClusterClusterInfoClientAuthenticationSaslScramDetails
public static interface AwsMskClusterClusterInfoClientAuthenticationSaslScramDetails.Builder extends SdkPojo, CopyableBuilder<AwsMskClusterClusterInfoClientAuthenticationSaslScramDetails.Builder,AwsMskClusterClusterInfoClientAuthenticationSaslScramDetails>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AwsMskClusterClusterInfoClientAuthenticationSaslScramDetails.Builderenabled(Boolean enabled)Indicates 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 Detail
-
enabled
AwsMskClusterClusterInfoClientAuthenticationSaslScramDetails.Builder enabled(Boolean 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.
-
-