public static interface DescribeInstancesHealthResponse.Builder extends ElasticBeanstalkResponse.Builder, SdkPojo, 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.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
DescribeInstancesHealthResponse.Builder instanceHealthList(Collection<SingleInstanceHealth> instanceHealthList)
Detailed health information about each instance.
The output differs slightly between Linux and Windows environments. There is a difference in the members that
are supported under the <CPUUtilization>
type.
instanceHealthList
- Detailed health information about each instance.
The output differs slightly between Linux and Windows environments. There is a difference in the
members that are supported under the <CPUUtilization>
type.
DescribeInstancesHealthResponse.Builder instanceHealthList(SingleInstanceHealth... instanceHealthList)
Detailed health information about each instance.
The output differs slightly between Linux and Windows environments. There is a difference in the members that
are supported under the <CPUUtilization>
type.
instanceHealthList
- Detailed health information about each instance.
The output differs slightly between Linux and Windows environments. There is a difference in the
members that are supported under the <CPUUtilization>
type.
DescribeInstancesHealthResponse.Builder instanceHealthList(Consumer<SingleInstanceHealth.Builder>... instanceHealthList)
Detailed health information about each instance.
The output differs slightly between Linux and Windows environments. There is a difference in the members that
are supported under the <CPUUtilization>
type.
List.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.