@Stability(value=Stable) public static final class CfnService.NetworkConfigurationProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnService.NetworkConfigurationProperty>
CfnService.NetworkConfigurationProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnService.NetworkConfigurationProperty.Builder |
awsvpcConfiguration(CfnService.AwsVpcConfigurationProperty awsvpcConfiguration)
Sets the value of
CfnService.NetworkConfigurationProperty.getAwsvpcConfiguration() |
CfnService.NetworkConfigurationProperty.Builder |
awsvpcConfiguration(IResolvable awsvpcConfiguration)
Sets the value of
CfnService.NetworkConfigurationProperty.getAwsvpcConfiguration() |
CfnService.NetworkConfigurationProperty |
build()
Builds the configured instance.
|
@Stability(value=Stable) public CfnService.NetworkConfigurationProperty.Builder awsvpcConfiguration(CfnService.AwsVpcConfigurationProperty awsvpcConfiguration)
CfnService.NetworkConfigurationProperty.getAwsvpcConfiguration()awsvpcConfiguration - The VPC subnets and security groups that are associated with a task.
All specified subnets and security groups must be from the same VPC.
this@Stability(value=Stable) public CfnService.NetworkConfigurationProperty.Builder awsvpcConfiguration(IResolvable awsvpcConfiguration)
CfnService.NetworkConfigurationProperty.getAwsvpcConfiguration()awsvpcConfiguration - The VPC subnets and security groups that are associated with a task.
All specified subnets and security groups must be from the same VPC.
this@Stability(value=Stable) public CfnService.NetworkConfigurationProperty build()
build in interface software.amazon.jsii.Builder<CfnService.NetworkConfigurationProperty>CfnService.NetworkConfigurationPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.