Class CfnServerlessClusterMixinProps.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.msk.mixins.CfnServerlessClusterMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnServerlessClusterMixinProps>
- Enclosing interface:
CfnServerlessClusterMixinProps
@Stability(Stable)
public static final class CfnServerlessClusterMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnServerlessClusterMixinProps>
A builder for
CfnServerlessClusterMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.clientAuthentication(IResolvable clientAuthentication) Sets the value ofCfnServerlessClusterMixinProps.getClientAuthentication()clientAuthentication(CfnServerlessClusterPropsMixin.ClientAuthenticationProperty clientAuthentication) Sets the value ofCfnServerlessClusterMixinProps.getClientAuthentication()clusterName(String clusterName) Sets the value ofCfnServerlessClusterMixinProps.getClusterName()Sets the value ofCfnServerlessClusterMixinProps.getTags()vpcConfigs(List<? extends Object> vpcConfigs) Sets the value ofCfnServerlessClusterMixinProps.getVpcConfigs()vpcConfigs(IResolvable vpcConfigs) Sets the value ofCfnServerlessClusterMixinProps.getVpcConfigs()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
clientAuthentication
@Stability(Stable) public CfnServerlessClusterMixinProps.Builder clientAuthentication(IResolvable clientAuthentication) Sets the value ofCfnServerlessClusterMixinProps.getClientAuthentication()- Parameters:
clientAuthentication- Includes all client authentication related information.- Returns:
this
-
clientAuthentication
@Stability(Stable) public CfnServerlessClusterMixinProps.Builder clientAuthentication(CfnServerlessClusterPropsMixin.ClientAuthenticationProperty clientAuthentication) Sets the value ofCfnServerlessClusterMixinProps.getClientAuthentication()- Parameters:
clientAuthentication- Includes all client authentication related information.- Returns:
this
-
clusterName
Sets the value ofCfnServerlessClusterMixinProps.getClusterName()- Parameters:
clusterName- The name of the cluster.- Returns:
this
-
tags
Sets the value ofCfnServerlessClusterMixinProps.getTags()- Parameters:
tags- An arbitrary set of tags (key-value pairs) for the cluster.- Returns:
this
-
vpcConfigs
Sets the value ofCfnServerlessClusterMixinProps.getVpcConfigs()- Parameters:
vpcConfigs- VPC configuration information for the serverless cluster.- Returns:
this
-
vpcConfigs
@Stability(Stable) public CfnServerlessClusterMixinProps.Builder vpcConfigs(List<? extends Object> vpcConfigs) Sets the value ofCfnServerlessClusterMixinProps.getVpcConfigs()- Parameters:
vpcConfigs- VPC configuration information for the serverless cluster.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnServerlessClusterMixinProps>- Returns:
- a new instance of
CfnServerlessClusterMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-