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
Modifier and TypeMethodDescriptionIndicates whether unauthenticated is allowed or not.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
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.
 
 
 -