public static interface DescribeLoadBalancersResponse.Builder extends ElasticLoadBalancingV2Response.Builder, SdkPojo, 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)
If there are additional results, this is the marker for the next set of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeLoadBalancersResponse.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 method that creates an instance of theLoadBalancer.Builder avoiding the need
to create one manually via
LoadBalancer.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #loadBalancers(List.
loadBalancers - a consumer that will call methods on
LoadBalancer.Builder#loadBalancers(java.util.Collection) DescribeLoadBalancersResponse.Builder nextMarker(String nextMarker)
If there are additional results, this is the marker for the next set of results. Otherwise, this is null.
nextMarker - If there are additional results, this is the marker for the next set of results. Otherwise, this is
null.Copyright © 2023. All rights reserved.