Class CfnVpcConnection.Builder
java.lang.Object
software.amazon.awscdk.services.msk.CfnVpcConnection.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnVpcConnection>
- Enclosing class:
CfnVpcConnection
@Stability(Stable)
public static final class CfnVpcConnection.Builder
extends Object
implements software.amazon.jsii.Builder<CfnVpcConnection>
A fluent builder for
CfnVpcConnection.-
Method Summary
Modifier and TypeMethodDescriptionauthentication(String authentication) The type of private link authentication.build()clientSubnets(List<String> clientSubnets) static CfnVpcConnection.BuildersecurityGroups(List<String> securityGroups) A key-value pair to associate with a resource.targetClusterArn(String targetClusterArn) The Amazon Resource Name (ARN) of the target cluster.
-
Method Details
-
create
@Stability(Stable) public static CfnVpcConnection.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
CfnVpcConnection.Builder.
-
authentication
The type of private link authentication.- Parameters:
authentication- The type of private link authentication. This parameter is required.- Returns:
this- See Also:
-
clientSubnets
- Parameters:
clientSubnets- This parameter is required.- Returns:
this- See Also:
-
securityGroups
- Parameters:
securityGroups- This parameter is required.- Returns:
this- See Also:
-
targetClusterArn
The Amazon Resource Name (ARN) of the target cluster.- Parameters:
targetClusterArn- The Amazon Resource Name (ARN) of the target cluster. This parameter is required.- Returns:
this- See Also:
-
vpcId
- Parameters:
vpcId- 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<CfnVpcConnection>- Returns:
- a newly built instance of
CfnVpcConnection.
-