Interface CancelQueryRequest.Builder

    • Method Detail

      • eventDataStore

        @Deprecated
        CancelQueryRequest.Builder eventDataStore​(String eventDataStore)
        Deprecated.
        EventDataStore is no longer required by CancelQueryRequest

        The ARN (or the ID suffix of the ARN) of an event data store on which the specified query is running.

        Parameters:
        eventDataStore - The ARN (or the ID suffix of the ARN) of an event data store on which the specified query is running.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • queryId

        CancelQueryRequest.Builder queryId​(String queryId)

        The ID of the query that you want to cancel. The QueryId comes from the response of a StartQuery operation.

        Parameters:
        queryId - The ID of the query that you want to cancel. The QueryId comes from the response of a StartQuery operation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • eventDataStoreOwnerAccountId

        CancelQueryRequest.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.