CopyableBuilder<DescribeElasticLoadBalancersRequest.Builder,DescribeElasticLoadBalancersRequest>, SdkBuilder<DescribeElasticLoadBalancersRequest.Builder,DescribeElasticLoadBalancersRequest>public static interface DescribeElasticLoadBalancersRequest.Builder extends CopyableBuilder<DescribeElasticLoadBalancersRequest.Builder,DescribeElasticLoadBalancersRequest>
| Modifier and Type | Method | Description |
|---|---|---|
DescribeElasticLoadBalancersRequest.Builder |
layerIds(String... layerIds) |
A list of layer IDs.
|
DescribeElasticLoadBalancersRequest.Builder |
layerIds(Collection<String> layerIds) |
A list of layer IDs.
|
DescribeElasticLoadBalancersRequest.Builder |
stackId(String stackId) |
A stack ID.
|
copyapply, buildDescribeElasticLoadBalancersRequest.Builder stackId(String stackId)
A stack ID. The action describes the stack's Elastic Load Balancing instances.
stackId - A stack ID. The action describes the stack's Elastic Load Balancing instances.DescribeElasticLoadBalancersRequest.Builder layerIds(Collection<String> layerIds)
A list of layer IDs. The action describes the Elastic Load Balancing instances for the specified layers.
layerIds - A list of layer IDs. The action describes the Elastic Load Balancing instances for the specified
layers.DescribeElasticLoadBalancersRequest.Builder layerIds(String... layerIds)
A list of layer IDs. The action describes the Elastic Load Balancing instances for the specified layers.
NOTE: This method appends the values to the existing list (if any). Use
#setLayerIds(java.util.Collection) or #withLayerIds(java.util.Collection) if you want to
override the existing values.
layerIds - A list of layer IDs. The action describes the Elastic Load Balancing instances for the specified
layers.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.