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