@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 - A list of one or more security groups IDs in your Amazon VPC.
The maximum count is 5.this@Stability(value=Stable) public CfnProject.VpcConfigProperty.Builder subnets(List<String> subnets)
CfnProject.VpcConfigProperty.getSubnets()subnets - A list of one or more subnet IDs in your Amazon VPC.
The maximum count is 16.this@Stability(value=Stable) public CfnProject.VpcConfigProperty.Builder vpcId(String vpcId)
CfnProject.VpcConfigProperty.getVpcId()vpcId - The ID of the Amazon VPC.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 © 2022. All rights reserved.