public static interface NetworkConfiguration.Builder extends SdkPojo, CopyableBuilder<NetworkConfiguration.Builder,NetworkConfiguration>
| Modifier and Type | Method and Description |
|---|---|
NetworkConfiguration.Builder |
securityGroupIds(Collection<String> securityGroupIds)
A JSON list of 1 or more security groups IDs by name, in the same VPC as the subnets.
|
NetworkConfiguration.Builder |
securityGroupIds(String... securityGroupIds)
A JSON list of 1 or more security groups IDs by name, in the same VPC as the subnets.
|
NetworkConfiguration.Builder |
subnetIds(Collection<String> subnetIds)
Provide a JSON list of 2 subnet IDs by name.
|
NetworkConfiguration.Builder |
subnetIds(String... subnetIds)
Provide a JSON list of 2 subnet IDs by name.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildNetworkConfiguration.Builder securityGroupIds(Collection<String> securityGroupIds)
A JSON list of 1 or more security groups IDs by name, in the same VPC as the subnets.
securityGroupIds - A JSON list of 1 or more security groups IDs by name, in the same VPC as the subnets.NetworkConfiguration.Builder securityGroupIds(String... securityGroupIds)
A JSON list of 1 or more security groups IDs by name, in the same VPC as the subnets.
securityGroupIds - A JSON list of 1 or more security groups IDs by name, in the same VPC as the subnets.NetworkConfiguration.Builder subnetIds(Collection<String> subnetIds)
Provide a JSON list of 2 subnet IDs by name. These must be private subnets, in the same VPC, in two different availability zones.
subnetIds - Provide a JSON list of 2 subnet IDs by name. These must be private subnets, in the same VPC, in two
different availability zones.NetworkConfiguration.Builder subnetIds(String... subnetIds)
Provide a JSON list of 2 subnet IDs by name. These must be private subnets, in the same VPC, in two different availability zones.
subnetIds - Provide a JSON list of 2 subnet IDs by name. These must be private subnets, in the same VPC, in two
different availability zones.Copyright © 2021. All rights reserved.