@Stability(value=Stable) public static final class CfnProject.VpcConfigProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnProject.VpcConfigProperty>
CfnProject.VpcConfigProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnProject.VpcConfigProperty |
build()
Builds the configured instance.
|
CfnProject.VpcConfigProperty.Builder |
securityGroupIds(List<String> securityGroupIds)
Sets the value of
CfnProject.VpcConfigProperty.getSecurityGroupIds() |
CfnProject.VpcConfigProperty.Builder |
subnets(List<String> subnets)
Sets the value of
CfnProject.VpcConfigProperty.getSubnets() |
CfnProject.VpcConfigProperty.Builder |
vpcId(String vpcId)
Sets the value of
CfnProject.VpcConfigProperty.getVpcId() |
@Stability(value=Stable) public CfnProject.VpcConfigProperty.Builder securityGroupIds(List<String> securityGroupIds)
CfnProject.VpcConfigProperty.getSecurityGroupIds()securityGroupIds - `CfnProject.VpcConfigProperty.SecurityGroupIds`.this@Stability(value=Stable) public CfnProject.VpcConfigProperty.Builder subnets(List<String> subnets)
CfnProject.VpcConfigProperty.getSubnets()subnets - `CfnProject.VpcConfigProperty.Subnets`.this@Stability(value=Stable) public CfnProject.VpcConfigProperty.Builder vpcId(String vpcId)
CfnProject.VpcConfigProperty.getVpcId()vpcId - `CfnProject.VpcConfigProperty.VpcId`.this@Stability(value=Stable) public CfnProject.VpcConfigProperty build()
build in interface software.amazon.jsii.Builder<CfnProject.VpcConfigProperty>CfnProject.VpcConfigPropertyNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.