Interface GetQueryResultsRequest.Builder

    • Method Detail

      • monitorName

        GetQueryResultsRequest.Builder monitorName​(String monitorName)

        The name of the monitor to return data for.

        Parameters:
        monitorName - The name of the monitor to return data for.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • queryId

        GetQueryResultsRequest.Builder queryId​(String queryId)

        The ID of the query that you want to return data results for. A QueryId is an internally-generated identifier for a specific query.

        Parameters:
        queryId - The ID of the query that you want to return data results for. A QueryId is an internally-generated identifier for a specific query.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        GetQueryResultsRequest.Builder nextToken​(String nextToken)

        The token for the next set of results. You receive this token from a previous call.

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

        GetQueryResultsRequest.Builder maxResults​(Integer maxResults)

        The number of query results that you want to return with this call.

        Parameters:
        maxResults - The number of query results that you want to return with this call.
        Returns:
        Returns a reference to this object so that method calls can be chained together.