CopyableBuilder<DetachLoadBalancerFromSubnetsResponse.Builder,DetachLoadBalancerFromSubnetsResponse>, SdkBuilder<DetachLoadBalancerFromSubnetsResponse.Builder,DetachLoadBalancerFromSubnetsResponse>public static interface DetachLoadBalancerFromSubnetsResponse.Builder extends CopyableBuilder<DetachLoadBalancerFromSubnetsResponse.Builder,DetachLoadBalancerFromSubnetsResponse>
| Modifier and Type | Method | Description |
|---|---|---|
DetachLoadBalancerFromSubnetsResponse.Builder |
subnets(String... subnets) |
The IDs of the remaining subnets for the load balancer.
|
DetachLoadBalancerFromSubnetsResponse.Builder |
subnets(Collection<String> subnets) |
The IDs of the remaining subnets for the load balancer.
|
copyapply, 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.
NOTE: This method appends the values to the existing list (if any). Use
#setSubnets(java.util.Collection) or #withSubnets(java.util.Collection) if you want to
override the existing values.
subnets - The IDs of the remaining subnets for the load balancer.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.