| Package | Description |
|---|---|
| software.amazon.awssdk.services.athena.model |
| Modifier and Type | Method and Description |
|---|---|
static QueryExecution.Builder |
QueryExecution.builder() |
default QueryExecution.Builder |
QueryExecution.Builder.engineVersion(Consumer<EngineVersion.Builder> engineVersion)
The engine version that executed the query.
|
QueryExecution.Builder |
QueryExecution.Builder.engineVersion(EngineVersion engineVersion)
The engine version that executed the query.
|
QueryExecution.Builder |
QueryExecution.Builder.executionParameters(Collection<String> executionParameters)
A list of values for the parameters in a query.
|
QueryExecution.Builder |
QueryExecution.Builder.executionParameters(String... executionParameters)
A list of values for the parameters in a query.
|
QueryExecution.Builder |
QueryExecution.Builder.query(String query)
The SQL query statements which the query execution ran.
|
default QueryExecution.Builder |
QueryExecution.Builder.queryExecutionContext(Consumer<QueryExecutionContext.Builder> queryExecutionContext)
The database in which the query execution occurred.
|
QueryExecution.Builder |
QueryExecution.Builder.queryExecutionContext(QueryExecutionContext queryExecutionContext)
The database in which the query execution occurred.
|
QueryExecution.Builder |
QueryExecution.Builder.queryExecutionId(String queryExecutionId)
The unique identifier for each query execution.
|
default QueryExecution.Builder |
QueryExecution.Builder.resultConfiguration(Consumer<ResultConfiguration.Builder> resultConfiguration)
The location in Amazon S3 where query and calculation results are stored and the encryption option, if any,
used for query results.
|
QueryExecution.Builder |
QueryExecution.Builder.resultConfiguration(ResultConfiguration resultConfiguration)
The location in Amazon S3 where query and calculation results are stored and the encryption option, if any,
used for query results.
|
default QueryExecution.Builder |
QueryExecution.Builder.resultReuseConfiguration(Consumer<ResultReuseConfiguration.Builder> resultReuseConfiguration)
Specifies the query result reuse behavior that was used for the query.
|
QueryExecution.Builder |
QueryExecution.Builder.resultReuseConfiguration(ResultReuseConfiguration resultReuseConfiguration)
Specifies the query result reuse behavior that was used for the query.
|
QueryExecution.Builder |
QueryExecution.Builder.statementType(StatementType statementType)
The type of query statement that was run.
|
QueryExecution.Builder |
QueryExecution.Builder.statementType(String statementType)
The type of query statement that was run.
|
default QueryExecution.Builder |
QueryExecution.Builder.statistics(Consumer<QueryExecutionStatistics.Builder> statistics)
Query execution statistics, such as the amount of data scanned, the amount of time that the query took to
process, and the type of statement that was run.
|
QueryExecution.Builder |
QueryExecution.Builder.statistics(QueryExecutionStatistics statistics)
Query execution statistics, such as the amount of data scanned, the amount of time that the query took to
process, and the type of statement that was run.
|
default QueryExecution.Builder |
QueryExecution.Builder.status(Consumer<QueryExecutionStatus.Builder> status)
The completion date, current state, submission time, and state change reason (if applicable) for the query
execution.
|
QueryExecution.Builder |
QueryExecution.Builder.status(QueryExecutionStatus status)
The completion date, current state, submission time, and state change reason (if applicable) for the query
execution.
|
QueryExecution.Builder |
QueryExecution.Builder.substatementType(String substatementType)
The kind of query statement that was run.
|
QueryExecution.Builder |
QueryExecution.toBuilder() |
QueryExecution.Builder |
QueryExecution.Builder.workGroup(String workGroup)
The name of the workgroup in which the query ran.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends QueryExecution.Builder> |
QueryExecution.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetQueryExecutionResponse.Builder |
GetQueryExecutionResponse.Builder.queryExecution(Consumer<QueryExecution.Builder> queryExecution)
Information about the query execution.
|
Copyright © 2023. All rights reserved.