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