CopyableBuilder<DescribeLoadBalancersRequest.Builder,DescribeLoadBalancersRequest>, SdkBuilder<DescribeLoadBalancersRequest.Builder,DescribeLoadBalancersRequest>public static interface DescribeLoadBalancersRequest.Builder extends CopyableBuilder<DescribeLoadBalancersRequest.Builder,DescribeLoadBalancersRequest>
| Modifier and Type | Method | Description |
|---|---|---|
DescribeLoadBalancersRequest.Builder |
loadBalancerArns(String... loadBalancerArns) |
The Amazon Resource Names (ARN) of the load balancers.
|
DescribeLoadBalancersRequest.Builder |
loadBalancerArns(Collection<String> loadBalancerArns) |
The Amazon Resource Names (ARN) of the load balancers.
|
DescribeLoadBalancersRequest.Builder |
marker(String marker) |
The marker for the next set of results.
|
DescribeLoadBalancersRequest.Builder |
names(String... names) |
The names of the load balancers.
|
DescribeLoadBalancersRequest.Builder |
names(Collection<String> names) |
The names of the load balancers.
|
DescribeLoadBalancersRequest.Builder |
pageSize(Integer pageSize) |
The maximum number of results to return with this call.
|
copyapply, buildDescribeLoadBalancersRequest.Builder loadBalancerArns(Collection<String> loadBalancerArns)
The Amazon Resource Names (ARN) of the load balancers. You can specify up to 20 load balancers in a single call.
loadBalancerArns - The Amazon Resource Names (ARN) of the load balancers. You can specify up to 20 load balancers in a
single call.DescribeLoadBalancersRequest.Builder loadBalancerArns(String... loadBalancerArns)
The Amazon Resource Names (ARN) of the load balancers. You can specify up to 20 load balancers in a single call.
NOTE: This method appends the values to the existing list (if any). Use
#setLoadBalancerArns(java.util.Collection) or #withLoadBalancerArns(java.util.Collection) if
you want to override the existing values.
loadBalancerArns - The Amazon Resource Names (ARN) of the load balancers. You can specify up to 20 load balancers in a
single call.DescribeLoadBalancersRequest.Builder names(Collection<String> names)
The names of the load balancers.
names - The names of the load balancers.DescribeLoadBalancersRequest.Builder names(String... names)
The names of the load balancers.
NOTE: This method appends the values to the existing list (if any). Use
#setNames(java.util.Collection) or #withNames(java.util.Collection) if you want to override
the existing values.
names - The names of the load balancers.DescribeLoadBalancersRequest.Builder marker(String marker)
The marker for the next set of results. (You received this marker from a previous call.)
marker - The marker for the next set of results. (You received this marker from a previous call.)DescribeLoadBalancersRequest.Builder pageSize(Integer pageSize)
The maximum number of results to return with this call.
pageSize - The maximum number of results to return with this call.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.