Interface AwsMskClusterClusterInfoClientAuthenticationSaslIamDetails.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AwsMskClusterClusterInfoClientAuthenticationSaslIamDetails.Builder,AwsMskClusterClusterInfoClientAuthenticationSaslIamDetails>,SdkBuilder<AwsMskClusterClusterInfoClientAuthenticationSaslIamDetails.Builder,AwsMskClusterClusterInfoClientAuthenticationSaslIamDetails>,SdkPojo
- Enclosing class:
- AwsMskClusterClusterInfoClientAuthenticationSaslIamDetails
public static interface AwsMskClusterClusterInfoClientAuthenticationSaslIamDetails.Builder extends SdkPojo, CopyableBuilder<AwsMskClusterClusterInfoClientAuthenticationSaslIamDetails.Builder,AwsMskClusterClusterInfoClientAuthenticationSaslIamDetails>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AwsMskClusterClusterInfoClientAuthenticationSaslIamDetails.Builderenabled(Boolean enabled)Indicates whether SASL/IAM 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
AwsMskClusterClusterInfoClientAuthenticationSaslIamDetails.Builder enabled(Boolean enabled)
Indicates whether SASL/IAM authentication is enabled or not.
- Parameters:
enabled- Indicates whether SASL/IAM authentication is enabled or not.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-