public static interface DescribeLoadBalancersResponse.Builder extends ElasticLoadBalancingV2Response.Builder, CopyableBuilder<DescribeLoadBalancersResponse.Builder,DescribeLoadBalancersResponse>
Modifier and Type | Method and Description |
---|---|
DescribeLoadBalancersResponse.Builder |
loadBalancers(Collection<LoadBalancer> loadBalancers)
Information about the load balancers.
|
DescribeLoadBalancersResponse.Builder |
loadBalancers(Consumer<LoadBalancer.Builder>... loadBalancers)
Information about the load balancers.
|
DescribeLoadBalancersResponse.Builder |
loadBalancers(LoadBalancer... loadBalancers)
Information about the load balancers.
|
DescribeLoadBalancersResponse.Builder |
nextMarker(String nextMarker)
The marker to use when requesting the next set of results.
|
build
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
DescribeLoadBalancersResponse.Builder loadBalancers(Collection<LoadBalancer> loadBalancers)
Information about the load balancers.
loadBalancers
- Information about the load balancers.DescribeLoadBalancersResponse.Builder loadBalancers(LoadBalancer... loadBalancers)
Information about the load balancers.
loadBalancers
- Information about the load balancers.DescribeLoadBalancersResponse.Builder loadBalancers(Consumer<LoadBalancer.Builder>... loadBalancers)
Information about the load balancers.
This is a convenience that creates an instance of theList.Builder
avoiding the need to
create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately and its
result is passed to #loadBalancers(List)
.loadBalancers
- a consumer that will call methods on List.Builder
#loadBalancers(List)
DescribeLoadBalancersResponse.Builder nextMarker(String nextMarker)
The marker to use when requesting the next set of results. If there are no additional results, the string is empty.
nextMarker
- The marker to use when requesting the next set of results. If there are no additional results, the
string is empty.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.