Interface GetInstancesHealthStatusRequest.Builder

    • Method Detail

      • serviceId

        GetInstancesHealthStatusRequest.Builder serviceId​(String 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

        GetInstancesHealthStatusRequest.Builder instances​(Collection<String> 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

        GetInstancesHealthStatusRequest.Builder instances​(String... 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

        GetInstancesHealthStatusRequest.Builder maxResults​(Integer maxResults)

        The maximum number of instances that you want Cloud Map to return in the response to a GetInstancesHealthStatus request. If you don't specify a value for MaxResults, 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 a GetInstancesHealthStatus request. If you don't specify a value for MaxResults, Cloud Map returns up to 100 instances.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        GetInstancesHealthStatusRequest.Builder nextToken​(String nextToken)

        For the first GetInstancesHealthStatus request, omit this value.

        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.

        Parameters:
        nextToken - For the first GetInstancesHealthStatus request, omit this value.

        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.

        Returns:
        Returns a reference to this object so that method calls can be chained together.