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