Interface UnprocessedQueryExecutionId.Builder

All Superinterfaces:
Buildable, CopyableBuilder<UnprocessedQueryExecutionId.Builder,UnprocessedQueryExecutionId>, SdkBuilder<UnprocessedQueryExecutionId.Builder,UnprocessedQueryExecutionId>, SdkPojo
Enclosing class:
UnprocessedQueryExecutionId

public static interface UnprocessedQueryExecutionId.Builder extends SdkPojo, CopyableBuilder<UnprocessedQueryExecutionId.Builder,UnprocessedQueryExecutionId>
  • Method Details

    • 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

      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.