Interface ListQueriesRequest.Builder

  • Method Details

    • 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

      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

      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:
    • overrideConfiguration

      ListQueriesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.