@Stability(value=Stable) public static final class CfnEnvironment.NetworkConfigurationProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnEnvironment.NetworkConfigurationProperty>
CfnEnvironment.NetworkConfigurationProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnEnvironment.NetworkConfigurationProperty |
build()
Builds the configured instance.
|
CfnEnvironment.NetworkConfigurationProperty.Builder |
securityGroupIds(List<String> securityGroupIds)
Sets the value of
CfnEnvironment.NetworkConfigurationProperty.getSecurityGroupIds() |
CfnEnvironment.NetworkConfigurationProperty.Builder |
subnetIds(List<String> subnetIds)
Sets the value of
CfnEnvironment.NetworkConfigurationProperty.getSubnetIds() |
@Stability(value=Stable) public CfnEnvironment.NetworkConfigurationProperty.Builder securityGroupIds(List<String> securityGroupIds)
CfnEnvironment.NetworkConfigurationProperty.getSecurityGroupIds()securityGroupIds - A list of one or more security group IDs.
Accepts up to 5 security group IDs. A security group must be attached to the same VPC as the subnets. To learn more, see Security in your VPC on Amazon MWAA .this@Stability(value=Stable) public CfnEnvironment.NetworkConfigurationProperty.Builder subnetIds(List<String> subnetIds)
CfnEnvironment.NetworkConfigurationProperty.getSubnetIds()subnetIds - A list of subnet IDs.
Required to create an environment. Must be private subnets in two different availability zones. A subnet must be attached to the same VPC as the security group. To learn more, see About networking on Amazon MWAA .this@Stability(value=Stable) public CfnEnvironment.NetworkConfigurationProperty build()
build in interface software.amazon.jsii.Builder<CfnEnvironment.NetworkConfigurationProperty>CfnEnvironment.NetworkConfigurationPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.