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 |
loadBalancerNames(String... loadBalancerNames) |
The names of the load balancers.
|
DescribeLoadBalancersRequest.Builder |
loadBalancerNames(Collection<String> loadBalancerNames) |
The names of the load balancers.
|
DescribeLoadBalancersRequest.Builder |
marker(String marker) |
The marker for the next set of results.
|
DescribeLoadBalancersRequest.Builder |
pageSize(Integer pageSize) |
The maximum number of results to return with this call (a number from 1 to 400).
|
copyapply, buildDescribeLoadBalancersRequest.Builder loadBalancerNames(Collection<String> loadBalancerNames)
The names of the load balancers.
loadBalancerNames - The names of the load balancers.DescribeLoadBalancersRequest.Builder loadBalancerNames(String... loadBalancerNames)
The names of the load balancers.
NOTE: This method appends the values to the existing list (if any). Use
#setLoadBalancerNames(java.util.Collection) or #withLoadBalancerNames(java.util.Collection)
if you want to override the existing values.
loadBalancerNames - 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 (a number from 1 to 400). The default is 400.
pageSize - The maximum number of results to return with this call (a number from 1 to 400). The default is 400.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.