public static interface DetachLoadBalancerFromSubnetsResponse.Builder extends ElasticLoadBalancingResponse.Builder, 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.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, 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.