public static interface DetachLoadBalancerFromSubnetsResponse.Builder extends ElasticLoadBalancingResponse.Builder, SdkPojo, CopyableBuilder<DetachLoadBalancerFromSubnetsResponse.Builder,DetachLoadBalancerFromSubnetsResponse>
| Modifier and Type | Method and Description | 
|---|---|
DetachLoadBalancerFromSubnetsResponse.Builder | 
subnets(Collection<String> subnets)
 The IDs of the remaining subnets for the load balancer. 
 | 
DetachLoadBalancerFromSubnetsResponse.Builder | 
subnets(String... subnets)
 The IDs of the remaining subnets for the load balancer. 
 | 
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildDetachLoadBalancerFromSubnetsResponse.Builder subnets(Collection<String> subnets)
The IDs of the remaining subnets for the load balancer.
subnets - The IDs of the remaining subnets for the load balancer.DetachLoadBalancerFromSubnetsResponse.Builder subnets(String... subnets)
The IDs of the remaining subnets for the load balancer.
subnets - The IDs of the remaining subnets for the load balancer.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.