public static interface GetInstancesHealthStatusResponse.Builder extends ServiceDiscoveryResponse.Builder, SdkPojo, CopyableBuilder<GetInstancesHealthStatusResponse.Builder,GetInstancesHealthStatusResponse>
Modifier and Type | Method and Description |
---|---|
GetInstancesHealthStatusResponse.Builder |
nextToken(String nextToken)
If more than
MaxResults instances match the specified criteria, you can submit another
GetInstancesHealthStatus request to get the next group of results. |
GetInstancesHealthStatusResponse.Builder |
status(Map<String,HealthStatus> status)
A complex type that contains the IDs and the health status of the instances that you specified in the
GetInstancesHealthStatus request. |
GetInstancesHealthStatusResponse.Builder |
statusWithStrings(Map<String,String> status)
A complex type that contains the IDs and the health status of the instances that you specified in the
GetInstancesHealthStatus request. |
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
GetInstancesHealthStatusResponse.Builder statusWithStrings(Map<String,String> status)
A complex type that contains the IDs and the health status of the instances that you specified in the
GetInstancesHealthStatus
request.
status
- A complex type that contains the IDs and the health status of the instances that you specified in the
GetInstancesHealthStatus
request.GetInstancesHealthStatusResponse.Builder status(Map<String,HealthStatus> status)
A complex type that contains the IDs and the health status of the instances that you specified in the
GetInstancesHealthStatus
request.
status
- A complex type that contains the IDs and the health status of the instances that you specified in the
GetInstancesHealthStatus
request.GetInstancesHealthStatusResponse.Builder nextToken(String nextToken)
If more than MaxResults
instances match the specified criteria, you can submit another
GetInstancesHealthStatus
request to get the next group of results. Specify the value of
NextToken
from the previous response in the next request.
nextToken
- If more than MaxResults
instances match the specified criteria, you can submit another
GetInstancesHealthStatus
request to get the next group of results. Specify the value of
NextToken
from the previous response in the next request.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.