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