CopyableBuilder<DescribeInstanceHealthResponse.Builder,DescribeInstanceHealthResponse>, SdkBuilder<DescribeInstanceHealthResponse.Builder,DescribeInstanceHealthResponse>public static interface DescribeInstanceHealthResponse.Builder extends CopyableBuilder<DescribeInstanceHealthResponse.Builder,DescribeInstanceHealthResponse>
| Modifier and Type | Method | Description |
|---|---|---|
DescribeInstanceHealthResponse.Builder |
instanceStates(Collection<InstanceState> instanceStates) |
Information about the health of the instances.
|
DescribeInstanceHealthResponse.Builder |
instanceStates(InstanceState... instanceStates) |
Information about the health of the instances.
|
copyapply, buildDescribeInstanceHealthResponse.Builder instanceStates(Collection<InstanceState> instanceStates)
Information about the health of the instances.
instanceStates - Information about the health of the instances.DescribeInstanceHealthResponse.Builder instanceStates(InstanceState... instanceStates)
Information about the health of the instances.
NOTE: This method appends the values to the existing list (if any). Use
#setInstanceStates(java.util.Collection) or #withInstanceStates(java.util.Collection) if you
want to override the existing values.
instanceStates - Information about the health of the instances.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.