@Stability(value=Stable) public static final class CfnRule.NetworkConfigurationProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnRule.NetworkConfigurationProperty>
CfnRule.NetworkConfigurationProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnRule.NetworkConfigurationProperty.Builder |
awsVpcConfiguration(CfnRule.AwsVpcConfigurationProperty awsVpcConfiguration)
Sets the value of
CfnRule.NetworkConfigurationProperty.getAwsVpcConfiguration() |
CfnRule.NetworkConfigurationProperty.Builder |
awsVpcConfiguration(IResolvable awsVpcConfiguration)
Sets the value of
CfnRule.NetworkConfigurationProperty.getAwsVpcConfiguration() |
CfnRule.NetworkConfigurationProperty |
build()
Builds the configured instance.
|
@Stability(value=Stable) public CfnRule.NetworkConfigurationProperty.Builder awsVpcConfiguration(CfnRule.AwsVpcConfigurationProperty awsVpcConfiguration)
CfnRule.NetworkConfigurationProperty.getAwsVpcConfiguration()awsVpcConfiguration - Use this structure to specify the VPC subnets and security groups for the task, and whether a public IP address is to be used.
This structure is relevant only for ECS tasks that use the awsvpc network mode.this@Stability(value=Stable) public CfnRule.NetworkConfigurationProperty.Builder awsVpcConfiguration(IResolvable awsVpcConfiguration)
CfnRule.NetworkConfigurationProperty.getAwsVpcConfiguration()awsVpcConfiguration - Use this structure to specify the VPC subnets and security groups for the task, and whether a public IP address is to be used.
This structure is relevant only for ECS tasks that use the awsvpc network mode.this@Stability(value=Stable) public CfnRule.NetworkConfigurationProperty build()
build in interface software.amazon.jsii.Builder<CfnRule.NetworkConfigurationProperty>CfnRule.NetworkConfigurationPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.