public static interface AttachLoadBalancerToSubnetsResponse.Builder extends ElasticLoadBalancingResponse.Builder, SdkPojo, CopyableBuilder<AttachLoadBalancerToSubnetsResponse.Builder,AttachLoadBalancerToSubnetsResponse>
Modifier and Type | Method and Description |
---|---|
AttachLoadBalancerToSubnetsResponse.Builder |
subnets(Collection<String> subnets)
The IDs of the subnets attached to the load balancer.
|
AttachLoadBalancerToSubnetsResponse.Builder |
subnets(String... subnets)
The IDs of the subnets attached to the load balancer.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
AttachLoadBalancerToSubnetsResponse.Builder subnets(Collection<String> subnets)
The IDs of the subnets attached to the load balancer.
subnets
- The IDs of the subnets attached to the load balancer.AttachLoadBalancerToSubnetsResponse.Builder subnets(String... subnets)
The IDs of the subnets attached to the load balancer.
subnets
- The IDs of the subnets attached to the load balancer.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.