public static interface DescribeInstancesHealthResponse.Builder extends ElasticBeanstalkResponse.Builder, CopyableBuilder<DescribeInstancesHealthResponse.Builder,DescribeInstancesHealthResponse>
| Modifier and Type | Method and 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(Instant refreshedAt)
The date and time that the health information was retrieved.
|
buildcopyapply, 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.
instanceHealthList - Detailed health information about each instance.DescribeInstancesHealthResponse.Builder refreshedAt(Instant 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.