public static interface DescribeInstanceHealthRequest.Builder extends ElasticLoadBalancingRequest.Builder, CopyableBuilder<DescribeInstanceHealthRequest.Builder,DescribeInstanceHealthRequest>
| Modifier and Type | Method and 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.
|
DescribeInstanceHealthRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
buildrequestOverrideConfig, requestOverrideConfigcopyapply, 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.
instances - The IDs of the instances.DescribeInstanceHealthRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.