Interface ListQueriesRequest.Builder

    • Method Detail

      • eventDataStore

        ListQueriesRequest.Builder eventDataStore​(String eventDataStore)

        The ARN (or the ID suffix of the ARN) of an event data store on which queries were run.

        Parameters:
        eventDataStore - The ARN (or the ID suffix of the ARN) of an event data store on which queries were run.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListQueriesRequest.Builder nextToken​(String nextToken)

        A token you can use to get the next page of results.

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

        ListQueriesRequest.Builder maxResults​(Integer maxResults)

        The maximum number of queries to show on a page.

        Parameters:
        maxResults - The maximum number of queries to show on a page.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • startTime

        ListQueriesRequest.Builder startTime​(Instant startTime)

        Use with EndTime to bound a ListQueries request, and limit its results to only those queries run within a specified time period.

        Parameters:
        startTime - Use with EndTime to bound a ListQueries request, and limit its results to only those queries run within a specified time period.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • endTime

        ListQueriesRequest.Builder endTime​(Instant endTime)

        Use with StartTime to bound a ListQueries request, and limit its results to only those queries run within a specified time period.

        Parameters:
        endTime - Use with StartTime to bound a ListQueries request, and limit its results to only those queries run within a specified time period.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • queryStatus

        ListQueriesRequest.Builder queryStatus​(String queryStatus)

        The status of queries that you want to return in results. Valid values for QueryStatus include QUEUED, RUNNING, FINISHED, FAILED, TIMED_OUT , or CANCELLED.

        Parameters:
        queryStatus - The status of queries that you want to return in results. Valid values for QueryStatus include QUEUED, RUNNING, FINISHED, FAILED, TIMED_OUT, or CANCELLED.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        QueryStatus, QueryStatus
      • queryStatus

        ListQueriesRequest.Builder queryStatus​(QueryStatus queryStatus)

        The status of queries that you want to return in results. Valid values for QueryStatus include QUEUED, RUNNING, FINISHED, FAILED, TIMED_OUT , or CANCELLED.

        Parameters:
        queryStatus - The status of queries that you want to return in results. Valid values for QueryStatus include QUEUED, RUNNING, FINISHED, FAILED, TIMED_OUT, or CANCELLED.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        QueryStatus, QueryStatus