Interface UnprocessedQueryExecutionId.Builder

    • Method Detail

      • queryExecutionId

        UnprocessedQueryExecutionId.Builder queryExecutionId​(String queryExecutionId)

        The unique identifier of the query execution.

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

        UnprocessedQueryExecutionId.Builder errorCode​(String errorCode)

        The error code returned when the query execution failed to process, if applicable.

        Parameters:
        errorCode - The error code returned when the query execution failed to process, if applicable.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • errorMessage

        UnprocessedQueryExecutionId.Builder errorMessage​(String errorMessage)

        The error message returned when the query execution failed to process, if applicable.

        Parameters:
        errorMessage - The error message returned when the query execution failed to process, if applicable.
        Returns:
        Returns a reference to this object so that method calls can be chained together.