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