Interface QuerySummary.Builder

  • Method Details

    • queryId

      QuerySummary.Builder queryId(String queryId)

      The unique identifier for the query execution.

      Parameters:
      queryId - The unique identifier for the query execution.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      QuerySummary.Builder status(String status)

      The current query status.

      Parameters:
      status - The current query status.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The current query status.

      Parameters:
      status - The current query status.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • submittedAt

      QuerySummary.Builder submittedAt(Instant submittedAt)

      The date and time when the query was submitted, in Unix epoch time.

      Parameters:
      submittedAt - The date and time when the query was submitted, in Unix epoch time.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • completedAt

      QuerySummary.Builder completedAt(Instant completedAt)

      The date and time when the query reached a terminal state, in Unix epoch time.

      Parameters:
      completedAt - The date and time when the query reached a terminal state, in Unix epoch time.
      Returns:
      Returns a reference to this object so that method calls can be chained together.