Interface QueryExecutionContext.Builder

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

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

    • database

      The name of the database used in the query execution. The database must exist in the catalog.

      Parameters:
      database - The name of the database used in the query execution. The database must exist in the catalog.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • catalog

      The name of the data catalog used in the query execution.

      Parameters:
      catalog - The name of the data catalog used in the query execution.
      Returns:
      Returns a reference to this object so that method calls can be chained together.