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, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeInstancesHealthResponse.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.
SingleInstanceHealth.Builder avoiding the need
to create one manually via
SingleInstanceHealth.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #instanceHealthList(List.
instanceHealthList - a consumer that will call methods on
SingleInstanceHealth.Builder#instanceHealthList(java.util.Collection) 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 © 2023. All rights reserved.