Interface GetInstancesHealthStatusResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetInstancesHealthStatusResponse.Builder,
,GetInstancesHealthStatusResponse> SdkBuilder<GetInstancesHealthStatusResponse.Builder,
,GetInstancesHealthStatusResponse> SdkPojo
,SdkResponse.Builder
,ServiceDiscoveryResponse.Builder
- Enclosing class:
GetInstancesHealthStatusResponse
public static interface GetInstancesHealthStatusResponse.Builder
extends ServiceDiscoveryResponse.Builder, SdkPojo, CopyableBuilder<GetInstancesHealthStatusResponse.Builder,GetInstancesHealthStatusResponse>
-
Method Summary
Modifier and TypeMethodDescriptionIf more thanMaxResults
instances match the specified criteria, you can submit anotherGetInstancesHealthStatus
request to get the next group of results.status
(Map<String, HealthStatus> status) A complex type that contains the IDs and the health status of the instances that you specified in theGetInstancesHealthStatus
request.statusWithStrings
(Map<String, String> status) A complex type that contains the IDs and the health status of the instances that you specified in theGetInstancesHealthStatus
request.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
Methods inherited from interface software.amazon.awssdk.services.servicediscovery.model.ServiceDiscoveryResponse.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
statusWithStrings
A complex type that contains the IDs and the health status of the instances that you specified in the
GetInstancesHealthStatus
request.- Parameters:
status
- A complex type that contains the IDs and the health status of the instances that you specified in theGetInstancesHealthStatus
request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
A complex type that contains the IDs and the health status of the instances that you specified in the
GetInstancesHealthStatus
request.- Parameters:
status
- A complex type that contains the IDs and the health status of the instances that you specified in theGetInstancesHealthStatus
request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
If more than
MaxResults
instances match the specified criteria, you can submit anotherGetInstancesHealthStatus
request to get the next group of results. Specify the value ofNextToken
from the previous response in the next request.- Parameters:
nextToken
- If more thanMaxResults
instances match the specified criteria, you can submit anotherGetInstancesHealthStatus
request to get the next group of results. Specify the value ofNextToken
from the previous response in the next request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-