Class CfnVpcLinkPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.apigatewayv2.mixins.CfnVpcLinkPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnVpcLinkPropsMixin>
- Enclosing class:
CfnVpcLinkPropsMixin
@Stability(Stable)
public static final class CfnVpcLinkPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnVpcLinkPropsMixin>
A fluent builder for
CfnVpcLinkPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()static CfnVpcLinkPropsMixin.Buildercreate()static CfnVpcLinkPropsMixin.Buildercreate(CfnPropertyMixinOptions options) The name of the VPC link.securityGroupIds(List<String> securityGroupIds) A list of security group IDs for the VPC link.A list of subnet IDs to include in the VPC link.The collection of tags.
-
Method Details
-
create
@Stability(Stable) public static CfnVpcLinkPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnVpcLinkPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnVpcLinkPropsMixin.Builder.
-
name
The name of the VPC link.- Parameters:
name- The name of the VPC link. This parameter is required.- Returns:
this- See Also:
-
securityGroupIds
@Stability(Stable) public CfnVpcLinkPropsMixin.Builder securityGroupIds(List<String> securityGroupIds) A list of security group IDs for the VPC link.- Parameters:
securityGroupIds- A list of security group IDs for the VPC link. This parameter is required.- Returns:
this- See Also:
-
subnetIds
A list of subnet IDs to include in the VPC link.- Parameters:
subnetIds- A list of subnet IDs to include in the VPC link. This parameter is required.- Returns:
this- See Also:
-
tags
The collection of tags.Each tag element is associated with a given resource.
- Parameters:
tags- The collection of tags. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnVpcLinkPropsMixin>- Returns:
- a newly built instance of
CfnVpcLinkPropsMixin.
-