public static interface VPCConfigResponse.Builder extends SdkPojo, CopyableBuilder<VPCConfigResponse.Builder,VPCConfigResponse>
Modifier and Type | Method and Description |
---|---|
VPCConfigResponse.Builder |
assignPublicIp(Boolean assignPublicIp)
A boolean indicating if a public IP was assigned.
|
VPCConfigResponse.Builder |
securityGroups(Collection<String> securityGroups)
A list of security group IDs associated with the simulation job.
|
VPCConfigResponse.Builder |
securityGroups(String... securityGroups)
A list of security group IDs associated with the simulation job.
|
VPCConfigResponse.Builder |
subnets(Collection<String> subnets)
A list of subnet IDs associated with the simulation job.
|
VPCConfigResponse.Builder |
subnets(String... subnets)
A list of subnet IDs associated with the simulation job.
|
VPCConfigResponse.Builder |
vpcId(String vpcId)
The VPC ID associated with your simulation job.
|
copy
applyMutation, build
VPCConfigResponse.Builder subnets(Collection<String> subnets)
A list of subnet IDs associated with the simulation job.
subnets
- A list of subnet IDs associated with the simulation job.VPCConfigResponse.Builder subnets(String... subnets)
A list of subnet IDs associated with the simulation job.
subnets
- A list of subnet IDs associated with the simulation job.VPCConfigResponse.Builder securityGroups(Collection<String> securityGroups)
A list of security group IDs associated with the simulation job.
securityGroups
- A list of security group IDs associated with the simulation job.VPCConfigResponse.Builder securityGroups(String... securityGroups)
A list of security group IDs associated with the simulation job.
securityGroups
- A list of security group IDs associated with the simulation job.VPCConfigResponse.Builder vpcId(String vpcId)
The VPC ID associated with your simulation job.
vpcId
- The VPC ID associated with your simulation job.VPCConfigResponse.Builder assignPublicIp(Boolean assignPublicIp)
A boolean indicating if a public IP was assigned.
assignPublicIp
- A boolean indicating if a public IP was assigned.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.