CopyableBuilder<DescribeInstanceHealthRequest.Builder,DescribeInstanceHealthRequest>, SdkBuilder<DescribeInstanceHealthRequest.Builder,DescribeInstanceHealthRequest>public static interface DescribeInstanceHealthRequest.Builder extends CopyableBuilder<DescribeInstanceHealthRequest.Builder,DescribeInstanceHealthRequest>
| Modifier and Type | Method | Description |
|---|---|---|
DescribeInstanceHealthRequest.Builder |
instances(Collection<Instance> instances) |
The IDs of the instances.
|
DescribeInstanceHealthRequest.Builder |
instances(Instance... instances) |
The IDs of the instances.
|
DescribeInstanceHealthRequest.Builder |
loadBalancerName(String loadBalancerName) |
The name of the load balancer.
|
copyapply, buildDescribeInstanceHealthRequest.Builder loadBalancerName(String loadBalancerName)
The name of the load balancer.
loadBalancerName - The name of the load balancer.DescribeInstanceHealthRequest.Builder instances(Collection<Instance> instances)
The IDs of the instances.
instances - The IDs of the instances.DescribeInstanceHealthRequest.Builder instances(Instance... instances)
The IDs of the instances.
NOTE: This method appends the values to the existing list (if any). Use
#setInstances(java.util.Collection) or #withInstances(java.util.Collection) if you want to
override the existing values.
instances - The IDs of the instances.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.