public static interface VpcConfig.Builder extends SdkPojo, CopyableBuilder<VpcConfig.Builder,VpcConfig>
Modifier and Type | Method and Description |
---|---|
VpcConfig.Builder |
securityGroupIds(Collection<String> securityGroupIds)
A list of one or more security groups IDs in your Amazon VPC.
|
VpcConfig.Builder |
securityGroupIds(String... securityGroupIds)
A list of one or more security groups IDs in your Amazon VPC.
|
VpcConfig.Builder |
subnets(Collection<String> subnets)
A list of one or more subnet IDs in your Amazon VPC.
|
VpcConfig.Builder |
subnets(String... subnets)
A list of one or more subnet IDs in your Amazon VPC.
|
VpcConfig.Builder |
vpcId(String vpcId)
The ID of the Amazon VPC.
|
copy
applyMutation, build
VpcConfig.Builder vpcId(String vpcId)
The ID of the Amazon VPC.
vpcId
- The ID of the Amazon VPC.VpcConfig.Builder subnets(Collection<String> subnets)
A list of one or more subnet IDs in your Amazon VPC.
subnets
- A list of one or more subnet IDs in your Amazon VPC.VpcConfig.Builder subnets(String... subnets)
A list of one or more subnet IDs in your Amazon VPC.
subnets
- A list of one or more subnet IDs in your Amazon VPC.VpcConfig.Builder securityGroupIds(Collection<String> securityGroupIds)
A list of one or more security groups IDs in your Amazon VPC.
securityGroupIds
- A list of one or more security groups IDs in your Amazon VPC.VpcConfig.Builder securityGroupIds(String... securityGroupIds)
A list of one or more security groups IDs in your Amazon VPC.
securityGroupIds
- A list of one or more security groups IDs in your Amazon VPC.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.