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(ElasticLoadBalancer... elasticLoadBalancers)
A list of
ElasticLoadBalancer objects that describe the specified Elastic Load Balancing
instances. |
build
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.
elasticLoadBalancers
- A list of ElasticLoadBalancer
objects that describe the specified Elastic Load Balancing
instances.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.