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