Interface CancelQueryResponse.Builder

  • Method Details

    • queryId

      The ID of the canceled query.

      Parameters:
      queryId - The ID of the canceled query.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • queryStatus

      CancelQueryResponse.Builder queryStatus(String queryStatus)

      Shows the status of a query after a CancelQuery request. Typically, the values shown are either RUNNING or CANCELLED.

      Parameters:
      queryStatus - Shows the status of a query after a CancelQuery request. Typically, the values shown are either RUNNING or CANCELLED.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • queryStatus

      CancelQueryResponse.Builder queryStatus(QueryStatus queryStatus)

      Shows the status of a query after a CancelQuery request. Typically, the values shown are either RUNNING or CANCELLED.

      Parameters:
      queryStatus - Shows the status of a query after a CancelQuery request. Typically, the values shown are either RUNNING or CANCELLED.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • eventDataStoreOwnerAccountId

      CancelQueryResponse.Builder eventDataStoreOwnerAccountId(String eventDataStoreOwnerAccountId)

      The account ID of the event data store owner.

      Parameters:
      eventDataStoreOwnerAccountId - The account ID of the event data store owner.
      Returns:
      Returns a reference to this object so that method calls can be chained together.