@Stability(value=Stable) public static final class CfnVpcLinkProps.Builder extends Object implements software.amazon.jsii.Builder<CfnVpcLinkProps>
CfnVpcLinkProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnVpcLinkProps |
build()
Builds the configured instance.
|
CfnVpcLinkProps.Builder |
name(String name)
Sets the value of
CfnVpcLinkProps.getName() |
CfnVpcLinkProps.Builder |
securityGroupIds(List<String> securityGroupIds)
Sets the value of
CfnVpcLinkProps.getSecurityGroupIds() |
CfnVpcLinkProps.Builder |
subnetIds(List<String> subnetIds)
Sets the value of
CfnVpcLinkProps.getSubnetIds() |
CfnVpcLinkProps.Builder |
tags(Object tags)
Sets the value of
CfnVpcLinkProps.getTags() |
@Stability(value=Stable) public CfnVpcLinkProps.Builder name(String name)
CfnVpcLinkProps.getName()name - `AWS::ApiGatewayV2::VpcLink.Name`. This parameter is required.this@Stability(value=Stable) public CfnVpcLinkProps.Builder subnetIds(List<String> subnetIds)
CfnVpcLinkProps.getSubnetIds()subnetIds - `AWS::ApiGatewayV2::VpcLink.SubnetIds`. This parameter is required.this@Stability(value=Stable) public CfnVpcLinkProps.Builder securityGroupIds(List<String> securityGroupIds)
CfnVpcLinkProps.getSecurityGroupIds()securityGroupIds - `AWS::ApiGatewayV2::VpcLink.SecurityGroupIds`.this@Stability(value=Stable) public CfnVpcLinkProps.Builder tags(Object tags)
CfnVpcLinkProps.getTags()tags - `AWS::ApiGatewayV2::VpcLink.Tags`.this@Stability(value=Stable) public CfnVpcLinkProps build()
build in interface software.amazon.jsii.Builder<CfnVpcLinkProps>CfnVpcLinkPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.