Class CfnServerlessCluster.Builder
java.lang.Object
software.amazon.awscdk.services.msk.CfnServerlessCluster.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnServerlessCluster>
- Enclosing class:
CfnServerlessCluster
@Stability(Stable)
public static final class CfnServerlessCluster.Builder
extends Object
implements software.amazon.jsii.Builder<CfnServerlessCluster>
A fluent builder for
CfnServerlessCluster.-
Method Summary
Modifier and TypeMethodDescriptionbuild()clientAuthentication(IResolvable clientAuthentication) clientAuthentication(CfnServerlessCluster.ClientAuthenticationProperty clientAuthentication) clusterName(String clusterName) static CfnServerlessCluster.BuilderA key-value pair to associate with a resource.vpcConfigs(List<? extends Object> vpcConfigs) vpcConfigs(IResolvable vpcConfigs)
-
Method Details
-
create
@Stability(Stable) public static CfnServerlessCluster.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope- Scope in which this resource is defined. This parameter is required.id- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnServerlessCluster.Builder.
-
clientAuthentication
@Stability(Stable) public CfnServerlessCluster.Builder clientAuthentication(IResolvable clientAuthentication) - Parameters:
clientAuthentication- This parameter is required.- Returns:
this- See Also:
-
clientAuthentication
@Stability(Stable) public CfnServerlessCluster.Builder clientAuthentication(CfnServerlessCluster.ClientAuthenticationProperty clientAuthentication) - Parameters:
clientAuthentication- This parameter is required.- Returns:
this- See Also:
-
clusterName
- Parameters:
clusterName- This parameter is required.- Returns:
this- See Also:
-
vpcConfigs
- Parameters:
vpcConfigs- This parameter is required.- Returns:
this- See Also:
-
vpcConfigs
@Stability(Stable) public CfnServerlessCluster.Builder vpcConfigs(List<? extends Object> vpcConfigs) - Parameters:
vpcConfigs- This parameter is required.- Returns:
this- See Also:
-
tags
A key-value pair to associate with a resource.- Parameters:
tags- A key-value pair to associate with a resource. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnServerlessCluster>- Returns:
- a newly built instance of
CfnServerlessCluster.
-