CopyableBuilder<DescribeInstancesHealthResponse.Builder,DescribeInstancesHealthResponse>, SdkBuilder<DescribeInstancesHealthResponse.Builder,DescribeInstancesHealthResponse>public static interface DescribeInstancesHealthResponse.Builder extends CopyableBuilder<DescribeInstancesHealthResponse.Builder,DescribeInstancesHealthResponse>
| Modifier and Type | Method | Description |
|---|---|---|
DescribeInstancesHealthResponse.Builder |
instanceHealthList(Collection<SingleInstanceHealth> instanceHealthList) |
Detailed health information about each instance.
|
DescribeInstancesHealthResponse.Builder |
instanceHealthList(SingleInstanceHealth... instanceHealthList) |
Detailed health information about each instance.
|
DescribeInstancesHealthResponse.Builder |
nextToken(String nextToken) |
Pagination token for the next page of results, if available.
|
DescribeInstancesHealthResponse.Builder |
refreshedAt(Date refreshedAt) |
The date and time that the health information was retrieved.
|
copyapply, buildDescribeInstancesHealthResponse.Builder instanceHealthList(Collection<SingleInstanceHealth> instanceHealthList)
Detailed health information about each instance.
instanceHealthList - Detailed health information about each instance.DescribeInstancesHealthResponse.Builder instanceHealthList(SingleInstanceHealth... instanceHealthList)
Detailed health information about each instance.
NOTE: This method appends the values to the existing list (if any). Use
#setInstanceHealthList(java.util.Collection) or #withInstanceHealthList(java.util.Collection)
if you want to override the existing values.
instanceHealthList - Detailed health information about each instance.DescribeInstancesHealthResponse.Builder refreshedAt(Date refreshedAt)
The date and time that the health information was retrieved.
refreshedAt - The date and time that the health information was retrieved.DescribeInstancesHealthResponse.Builder nextToken(String nextToken)
Pagination token for the next page of results, if available.
nextToken - Pagination token for the next page of results, if available.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.