CopyableBuilder<DetachLoadBalancerFromSubnetsRequest.Builder,DetachLoadBalancerFromSubnetsRequest>
, SdkBuilder<DetachLoadBalancerFromSubnetsRequest.Builder,DetachLoadBalancerFromSubnetsRequest>
public static interface DetachLoadBalancerFromSubnetsRequest.Builder extends CopyableBuilder<DetachLoadBalancerFromSubnetsRequest.Builder,DetachLoadBalancerFromSubnetsRequest>
Modifier and Type | Method | Description |
---|---|---|
DetachLoadBalancerFromSubnetsRequest.Builder |
loadBalancerName(String loadBalancerName) |
The name of the load balancer.
|
DetachLoadBalancerFromSubnetsRequest.Builder |
subnets(String... subnets) |
The IDs of the subnets.
|
DetachLoadBalancerFromSubnetsRequest.Builder |
subnets(Collection<String> subnets) |
The IDs of the subnets.
|
copy
apply, build
DetachLoadBalancerFromSubnetsRequest.Builder loadBalancerName(String loadBalancerName)
The name of the load balancer.
loadBalancerName
- The name of the load balancer.DetachLoadBalancerFromSubnetsRequest.Builder subnets(Collection<String> subnets)
The IDs of the subnets.
subnets
- The IDs of the subnets.DetachLoadBalancerFromSubnetsRequest.Builder subnets(String... subnets)
The IDs of the subnets.
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 subnets.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.