Interface ListMonitorsRequest.Builder

    • Method Detail

      • nextToken

        ListMonitorsRequest.Builder nextToken​(String nextToken)

        The token for the next page of results.

        Parameters:
        nextToken - The token for the next page of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        ListMonitorsRequest.Builder maxResults​(Integer maxResults)

        The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

        If MaxResults is given a value larger than 100, only 100 results are returned.

        Parameters:
        maxResults - The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

        If MaxResults is given a value larger than 100, only 100 results are returned.

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

        ListMonitorsRequest.Builder state​(String state)

        The list of all monitors and their states.

        Parameters:
        state - The list of all monitors and their states.
        Returns:
        Returns a reference to this object so that method calls can be chained together.