public static interface DescribeLoadBalancersResponse.Builder extends AutoScalingResponse.Builder, SdkPojo, CopyableBuilder<DescribeLoadBalancersResponse.Builder,DescribeLoadBalancersResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeLoadBalancersResponse.Builder |
loadBalancers(Collection<LoadBalancerState> loadBalancers)
The load balancers.
|
DescribeLoadBalancersResponse.Builder |
loadBalancers(Consumer<LoadBalancerState.Builder>... loadBalancers)
The load balancers.
|
DescribeLoadBalancersResponse.Builder |
loadBalancers(LoadBalancerState... loadBalancers)
The load balancers.
|
DescribeLoadBalancersResponse.Builder |
nextToken(String nextToken)
A string that indicates that the response contains more items than can be returned in a single response.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildDescribeLoadBalancersResponse.Builder loadBalancers(Collection<LoadBalancerState> loadBalancers)
The load balancers.
loadBalancers - The load balancers.DescribeLoadBalancersResponse.Builder loadBalancers(LoadBalancerState... loadBalancers)
The load balancers.
loadBalancers - The load balancers.DescribeLoadBalancersResponse.Builder loadBalancers(Consumer<LoadBalancerState.Builder>... loadBalancers)
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 nextToken(String nextToken)
A string that indicates that the response contains more items than can be returned in a single response. To
receive additional items, specify this string for the NextToken value when requesting the next
set of items. This value is null when there are no more items to return.
nextToken - A string that indicates that the response contains more items than can be returned in a single
response. To receive additional items, specify this string for the NextToken value when
requesting the next set of items. This value is null when there are no more items to return.Copyright © 2019. All rights reserved.