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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetInstancesHealthStatusResponse.BuildernextToken(String nextToken)If more thanMaxResultsinstances match the specified criteria, you can submit anotherGetInstancesHealthStatusrequest to get the next group of results.GetInstancesHealthStatusResponse.Builderstatus(Map<String,HealthStatus> status)A complex type that contains the IDs and the health status of the instances that you specified in theGetInstancesHealthStatusrequest.GetInstancesHealthStatusResponse.BuilderstatusWithStrings(Map<String,String> status)A complex type that contains the IDs and the health status of the instances that you specified in theGetInstancesHealthStatusrequest.-
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, sdkFieldNameToField, 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 Detail
-
statusWithStrings
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
GetInstancesHealthStatusrequest.- Parameters:
status- A complex type that contains the IDs and the health status of the instances that you specified in theGetInstancesHealthStatusrequest.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
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
GetInstancesHealthStatusrequest.- Parameters:
status- A complex type that contains the IDs and the health status of the instances that you specified in theGetInstancesHealthStatusrequest.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
GetInstancesHealthStatusResponse.Builder nextToken(String nextToken)
If more than
MaxResultsinstances match the specified criteria, you can submit anotherGetInstancesHealthStatusrequest to get the next group of results. Specify the value ofNextTokenfrom the previous response in the next request.- Parameters:
nextToken- If more thanMaxResultsinstances match the specified criteria, you can submit anotherGetInstancesHealthStatusrequest to get the next group of results. Specify the value ofNextTokenfrom the previous response in the next request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-