@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(Map<String,String> tags)
Sets the value of
CfnVpcLinkProps.getTags() |
@Stability(value=Stable) public CfnVpcLinkProps.Builder name(String name)
CfnVpcLinkProps.getName()name - The name of the VPC link. This parameter is required.this@Stability(value=Stable) public CfnVpcLinkProps.Builder subnetIds(List<String> subnetIds)
CfnVpcLinkProps.getSubnetIds()subnetIds - A list of subnet IDs to include in the VPC link. This parameter is required.this@Stability(value=Stable) public CfnVpcLinkProps.Builder securityGroupIds(List<String> securityGroupIds)
CfnVpcLinkProps.getSecurityGroupIds()securityGroupIds - A list of security group IDs for the VPC link.this@Stability(value=Stable) public CfnVpcLinkProps.Builder tags(Map<String,String> tags)
CfnVpcLinkProps.getTags()tags - The collection of tags.
Each tag element is associated with a given resource.this@Stability(value=Stable) public CfnVpcLinkProps build()
build in interface software.amazon.jsii.Builder<CfnVpcLinkProps>CfnVpcLinkPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.