Uses of Interface
software.amazon.awssdk.services.athena.model.QueryExecutionContext.Builder
-
Packages that use QueryExecutionContext.Builder Package Description software.amazon.awssdk.services.athena.model -
-
Uses of QueryExecutionContext.Builder in software.amazon.awssdk.services.athena.model
Methods in software.amazon.awssdk.services.athena.model that return QueryExecutionContext.Builder Modifier and Type Method Description static QueryExecutionContext.BuilderQueryExecutionContext. builder()QueryExecutionContext.BuilderQueryExecutionContext.Builder. catalog(String catalog)The name of the data catalog used in the query execution.QueryExecutionContext.BuilderQueryExecutionContext.Builder. database(String database)The name of the database used in the query execution.QueryExecutionContext.BuilderQueryExecutionContext. toBuilder()Methods in software.amazon.awssdk.services.athena.model that return types with arguments of type QueryExecutionContext.Builder Modifier and Type Method Description static Class<? extends QueryExecutionContext.Builder>QueryExecutionContext. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.athena.model with type arguments of type QueryExecutionContext.Builder Modifier and Type Method Description default QueryExecution.BuilderQueryExecution.Builder. queryExecutionContext(Consumer<QueryExecutionContext.Builder> queryExecutionContext)The database in which the query execution occurred.default StartQueryExecutionRequest.BuilderStartQueryExecutionRequest.Builder. queryExecutionContext(Consumer<QueryExecutionContext.Builder> queryExecutionContext)The database within which the query executes.
-