public static interface NetworkConfiguration.Builder extends SdkPojo, CopyableBuilder<NetworkConfiguration.Builder,NetworkConfiguration>
| Modifier and Type | Method and Description |
|---|---|
NetworkConfiguration.Builder |
securityGroupIds(Collection<String> securityGroupIds)
A list of 1 or more security group IDs.
|
NetworkConfiguration.Builder |
securityGroupIds(String... securityGroupIds)
A list of 1 or more security group IDs.
|
NetworkConfiguration.Builder |
subnetIds(Collection<String> subnetIds)
A list of 2 subnet IDs.
|
NetworkConfiguration.Builder |
subnetIds(String... subnetIds)
A list of 2 subnet IDs.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildNetworkConfiguration.Builder securityGroupIds(Collection<String> securityGroupIds)
A list of 1 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.
securityGroupIds - A list of 1 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.NetworkConfiguration.Builder securityGroupIds(String... securityGroupIds)
A list of 1 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.
securityGroupIds - A list of 1 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.NetworkConfiguration.Builder subnetIds(Collection<String> subnetIds)
A list of 2 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.
subnetIds - A list of 2 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.NetworkConfiguration.Builder subnetIds(String... subnetIds)
A list of 2 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.
subnetIds - A list of 2 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.Copyright © 2021. All rights reserved.