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(Consumer<SingleInstanceHealth.Builder>... 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.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, 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 instanceHealthList(Consumer<SingleInstanceHealth.Builder>... instanceHealthList)
Detailed health information about each instance.
This is a convenience that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately
and its result is passed to #instanceHealthList(List) .instanceHealthList - a consumer that will call methods on List.Builder #instanceHealthList(List) 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.