public static interface AttachLoadBalancerToSubnetsResponse.Builder extends ElasticLoadBalancingResponse.Builder, 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. 
 | 
buildsdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildAttachLoadBalancerToSubnetsResponse.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.