public static interface DescribeElasticLoadBalancersResponse.Builder extends OpsWorksResponse.Builder, CopyableBuilder<DescribeElasticLoadBalancersResponse.Builder,DescribeElasticLoadBalancersResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeElasticLoadBalancersResponse.Builder |
elasticLoadBalancers(Collection<ElasticLoadBalancer> elasticLoadBalancers)
A list of
ElasticLoadBalancer objects that describe the specified Elastic Load Balancing
instances. |
DescribeElasticLoadBalancersResponse.Builder |
elasticLoadBalancers(Consumer<ElasticLoadBalancer.Builder>... elasticLoadBalancers)
A list of
ElasticLoadBalancer objects that describe the specified Elastic Load Balancing
instances. |
DescribeElasticLoadBalancersResponse.Builder |
elasticLoadBalancers(ElasticLoadBalancer... elasticLoadBalancers)
A list of
ElasticLoadBalancer objects that describe the specified Elastic Load Balancing
instances. |
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildDescribeElasticLoadBalancersResponse.Builder elasticLoadBalancers(Collection<ElasticLoadBalancer> elasticLoadBalancers)
A list of ElasticLoadBalancer objects that describe the specified Elastic Load Balancing
instances.
elasticLoadBalancers - A list of ElasticLoadBalancer objects that describe the specified Elastic Load Balancing
instances.DescribeElasticLoadBalancersResponse.Builder elasticLoadBalancers(ElasticLoadBalancer... elasticLoadBalancers)
A list of ElasticLoadBalancer objects that describe the specified Elastic Load Balancing
instances.
elasticLoadBalancers - A list of ElasticLoadBalancer objects that describe the specified Elastic Load Balancing
instances.DescribeElasticLoadBalancersResponse.Builder elasticLoadBalancers(Consumer<ElasticLoadBalancer.Builder>... elasticLoadBalancers)
A list of ElasticLoadBalancer objects that describe the specified Elastic Load Balancing
instances.
List.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 #elasticLoadBalancers(List) .elasticLoadBalancers - a consumer that will call methods on List.Builder #elasticLoadBalancers(List) Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.