public static interface AwsVpcConfiguration.Builder extends CopyableBuilder<AwsVpcConfiguration.Builder,AwsVpcConfiguration>
| Modifier and Type | Method and Description |
|---|---|
AwsVpcConfiguration.Builder |
securityGroups(Collection<String> securityGroups)
The security groups associated with the task or service.
|
AwsVpcConfiguration.Builder |
securityGroups(String... securityGroups)
The security groups associated with the task or service.
|
AwsVpcConfiguration.Builder |
subnets(Collection<String> subnets)
The subnets associated with the task or service.
|
AwsVpcConfiguration.Builder |
subnets(String... subnets)
The subnets associated with the task or service.
|
copyapply, buildAwsVpcConfiguration.Builder subnets(Collection<String> subnets)
The subnets associated with the task or service.
subnets - The subnets associated with the task or service.AwsVpcConfiguration.Builder subnets(String... subnets)
The subnets associated with the task or service.
subnets - The subnets associated with the task or service.AwsVpcConfiguration.Builder securityGroups(Collection<String> securityGroups)
The security groups associated with the task or service. If you do not specify a security group, the default security group for the VPC is used.
securityGroups - The security groups associated with the task or service. If you do not specify a security group, the
default security group for the VPC is used.AwsVpcConfiguration.Builder securityGroups(String... securityGroups)
The security groups associated with the task or service. If you do not specify a security group, the default security group for the VPC is used.
securityGroups - The security groups associated with the task or service. If you do not specify a security group, the
default security group for the VPC is used.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.