@Stability(value=Stable) public static final class CfnSchedule.NetworkConfigurationProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnSchedule.NetworkConfigurationProperty>
CfnSchedule.NetworkConfigurationProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnSchedule.NetworkConfigurationProperty.Builder |
awsvpcConfiguration(CfnSchedule.AwsVpcConfigurationProperty awsvpcConfiguration)
Sets the value of
CfnSchedule.NetworkConfigurationProperty.getAwsvpcConfiguration() |
CfnSchedule.NetworkConfigurationProperty.Builder |
awsvpcConfiguration(IResolvable awsvpcConfiguration)
Sets the value of
CfnSchedule.NetworkConfigurationProperty.getAwsvpcConfiguration() |
CfnSchedule.NetworkConfigurationProperty |
build()
Builds the configured instance.
|
@Stability(value=Stable) public CfnSchedule.NetworkConfigurationProperty.Builder awsvpcConfiguration(IResolvable awsvpcConfiguration)
CfnSchedule.NetworkConfigurationProperty.getAwsvpcConfiguration()awsvpcConfiguration - Specifies the Amazon 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 CfnSchedule.NetworkConfigurationProperty.Builder awsvpcConfiguration(CfnSchedule.AwsVpcConfigurationProperty awsvpcConfiguration)
CfnSchedule.NetworkConfigurationProperty.getAwsvpcConfiguration()awsvpcConfiguration - Specifies the Amazon 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 CfnSchedule.NetworkConfigurationProperty build()
build in interface software.amazon.jsii.Builder<CfnSchedule.NetworkConfigurationProperty>CfnSchedule.NetworkConfigurationPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.