Class CfnCluster.VpcConnectivityClientAuthenticationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.msk.CfnCluster.VpcConnectivityClientAuthenticationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnCluster.VpcConnectivityClientAuthenticationProperty>
- Enclosing interface:
CfnCluster.VpcConnectivityClientAuthenticationProperty
@Stability(Stable)
public static final class CfnCluster.VpcConnectivityClientAuthenticationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnCluster.VpcConnectivityClientAuthenticationProperty>
A builder for
CfnCluster.VpcConnectivityClientAuthenticationProperty
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.sasl
(IResolvable sasl) Sets the value ofCfnCluster.VpcConnectivityClientAuthenticationProperty.getSasl()
Sets the value ofCfnCluster.VpcConnectivityClientAuthenticationProperty.getSasl()
tls
(IResolvable tls) Sets the value ofCfnCluster.VpcConnectivityClientAuthenticationProperty.getTls()
Sets the value ofCfnCluster.VpcConnectivityClientAuthenticationProperty.getTls()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
sasl
@Stability(Stable) public CfnCluster.VpcConnectivityClientAuthenticationProperty.Builder sasl(IResolvable sasl) Sets the value ofCfnCluster.VpcConnectivityClientAuthenticationProperty.getSasl()
- Parameters:
sasl
- the value to be set.- Returns:
this
-
sasl
@Stability(Stable) public CfnCluster.VpcConnectivityClientAuthenticationProperty.Builder sasl(CfnCluster.VpcConnectivitySaslProperty sasl) Sets the value ofCfnCluster.VpcConnectivityClientAuthenticationProperty.getSasl()
- Parameters:
sasl
- the value to be set.- Returns:
this
-
tls
@Stability(Stable) public CfnCluster.VpcConnectivityClientAuthenticationProperty.Builder tls(IResolvable tls) Sets the value ofCfnCluster.VpcConnectivityClientAuthenticationProperty.getTls()
- Parameters:
tls
- the value to be set.- Returns:
this
-
tls
@Stability(Stable) public CfnCluster.VpcConnectivityClientAuthenticationProperty.Builder tls(CfnCluster.VpcConnectivityTlsProperty tls) Sets the value ofCfnCluster.VpcConnectivityClientAuthenticationProperty.getTls()
- Parameters:
tls
- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnCluster.VpcConnectivityClientAuthenticationProperty>
- Returns:
- a new instance of
CfnCluster.VpcConnectivityClientAuthenticationProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-