Interface GetInstancesHealthStatusRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetInstancesHealthStatusRequest.Builder,,GetInstancesHealthStatusRequest> SdkBuilder<GetInstancesHealthStatusRequest.Builder,,GetInstancesHealthStatusRequest> SdkPojo,SdkRequest.Builder,ServiceDiscoveryRequest.Builder
- Enclosing class:
GetInstancesHealthStatusRequest
-
Method Summary
Modifier and TypeMethodDescriptionAn array that contains the IDs of all the instances that you want to get the health status for.instances(Collection<String> instances) An array that contains the IDs of all the instances that you want to get the health status for.maxResults(Integer maxResults) The maximum number of instances that you want Cloud Map to return in the response to aGetInstancesHealthStatusrequest.For the firstGetInstancesHealthStatusrequest, omit this value.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The ID of the service that the instance is associated with.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.services.servicediscovery.model.ServiceDiscoveryRequest.Builder
build
-
Method Details
-
serviceId
The ID of the service that the instance is associated with.
- Parameters:
serviceId- The ID of the service that the instance is associated with.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
instances
An array that contains the IDs of all the instances that you want to get the health status for.
If you omit
Instances, Cloud Map returns the health status for all the instances that are associated with the specified service.To get the IDs for the instances that you've registered by using a specified service, submit a ListInstances request.
- Parameters:
instances- An array that contains the IDs of all the instances that you want to get the health status for.If you omit
Instances, Cloud Map returns the health status for all the instances that are associated with the specified service.To get the IDs for the instances that you've registered by using a specified service, submit a ListInstances request.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
instances
An array that contains the IDs of all the instances that you want to get the health status for.
If you omit
Instances, Cloud Map returns the health status for all the instances that are associated with the specified service.To get the IDs for the instances that you've registered by using a specified service, submit a ListInstances request.
- Parameters:
instances- An array that contains the IDs of all the instances that you want to get the health status for.If you omit
Instances, Cloud Map returns the health status for all the instances that are associated with the specified service.To get the IDs for the instances that you've registered by using a specified service, submit a ListInstances request.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
The maximum number of instances that you want Cloud Map to return in the response to a
GetInstancesHealthStatusrequest. If you don't specify a value forMaxResults, Cloud Map returns up to 100 instances.- Parameters:
maxResults- The maximum number of instances that you want Cloud Map to return in the response to aGetInstancesHealthStatusrequest. If you don't specify a value forMaxResults, Cloud Map returns up to 100 instances.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
For the first
GetInstancesHealthStatusrequest, omit this value.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- For the firstGetInstancesHealthStatusrequest, omit this value.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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetInstancesHealthStatusRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
GetInstancesHealthStatusRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-