public static interface VPCConfig.Builder extends SdkPojo, CopyableBuilder<VPCConfig.Builder,VPCConfig>
Modifier and Type | Method and Description |
---|---|
VPCConfig.Builder |
assignPublicIp(Boolean assignPublicIp)
A boolean indicating whether to assign a public IP address.
|
VPCConfig.Builder |
securityGroups(Collection<String> securityGroups)
A list of one or more security groups IDs in your VPC.
|
VPCConfig.Builder |
securityGroups(String... securityGroups)
A list of one or more security groups IDs in your VPC.
|
VPCConfig.Builder |
subnets(Collection<String> subnets)
A list of one or more subnet IDs in your VPC.
|
VPCConfig.Builder |
subnets(String... subnets)
A list of one or more subnet IDs in your VPC.
|
copy
applyMutation, build
VPCConfig.Builder subnets(Collection<String> subnets)
A list of one or more subnet IDs in your VPC.
subnets
- A list of one or more subnet IDs in your VPC.VPCConfig.Builder subnets(String... subnets)
A list of one or more subnet IDs in your VPC.
subnets
- A list of one or more subnet IDs in your VPC.VPCConfig.Builder securityGroups(Collection<String> securityGroups)
A list of one or more security groups IDs in your VPC.
securityGroups
- A list of one or more security groups IDs in your VPC.VPCConfig.Builder securityGroups(String... securityGroups)
A list of one or more security groups IDs in your VPC.
securityGroups
- A list of one or more security groups IDs in your VPC.VPCConfig.Builder assignPublicIp(Boolean assignPublicIp)
A boolean indicating whether to assign a public IP address.
assignPublicIp
- A boolean indicating whether to assign a public IP address.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.