CopyableBuilder<DescribeElasticLoadBalancersResponse.Builder,DescribeElasticLoadBalancersResponse>
, SdkBuilder<DescribeElasticLoadBalancersResponse.Builder,DescribeElasticLoadBalancersResponse>
public static interface DescribeElasticLoadBalancersResponse.Builder extends CopyableBuilder<DescribeElasticLoadBalancersResponse.Builder,DescribeElasticLoadBalancersResponse>
Modifier and Type | Method | Description |
---|---|---|
DescribeElasticLoadBalancersResponse.Builder |
elasticLoadBalancers(Collection<ElasticLoadBalancer> 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. |
copy
apply, build
DescribeElasticLoadBalancersResponse.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.
NOTE: This method appends the values to the existing list (if any). Use
#setElasticLoadBalancers(java.util.Collection)
or
#withElasticLoadBalancers(java.util.Collection)
if you want to override the existing values.
elasticLoadBalancers
- A list of ElasticLoadBalancer
objects that describe the specified Elastic Load Balancing
instances.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.