Class CfnClusterPropsMixin.UnauthenticatedProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.msk.CfnClusterPropsMixin.UnauthenticatedProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnClusterPropsMixin.UnauthenticatedProperty>
- Enclosing interface:
CfnClusterPropsMixin.UnauthenticatedProperty
@Stability(Stable)
public static final class CfnClusterPropsMixin.UnauthenticatedProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnClusterPropsMixin.UnauthenticatedProperty>
A builder for
CfnClusterPropsMixin.UnauthenticatedProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnClusterPropsMixin.UnauthenticatedProperty.getEnabled()enabled(IResolvable enabled) Sets the value ofCfnClusterPropsMixin.UnauthenticatedProperty.getEnabled()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
enabled
@Stability(Stable) public CfnClusterPropsMixin.UnauthenticatedProperty.Builder enabled(Boolean enabled) Sets the value ofCfnClusterPropsMixin.UnauthenticatedProperty.getEnabled()- Parameters:
enabled- Unauthenticated is enabled or not.- Returns:
this
-
enabled
@Stability(Stable) public CfnClusterPropsMixin.UnauthenticatedProperty.Builder enabled(IResolvable enabled) Sets the value ofCfnClusterPropsMixin.UnauthenticatedProperty.getEnabled()- Parameters:
enabled- Unauthenticated is enabled or not.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnClusterPropsMixin.UnauthenticatedProperty>- Returns:
- a new instance of
CfnClusterPropsMixin.UnauthenticatedProperty - Throws:
NullPointerException- if any required attribute was not provided
-