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