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