| Package | Description |
|---|---|
| software.amazon.awssdk.services.athena |
Amazon Athena is an interactive query service that lets you use standard SQL to analyze data directly in Amazon S3.
|
| software.amazon.awssdk.services.athena.model |
| Modifier and Type | Method and Description |
|---|---|
default StartQueryExecutionResponse |
AthenaClient.startQueryExecution(Consumer<StartQueryExecutionRequest.Builder> startQueryExecutionRequest)
Runs the SQL query statements contained in the
Query. |
default CompletableFuture<StartQueryExecutionResponse> |
AthenaAsyncClient.startQueryExecution(Consumer<StartQueryExecutionRequest.Builder> startQueryExecutionRequest)
Runs the SQL query statements contained in the
Query. |
| Modifier and Type | Method and Description |
|---|---|
static StartQueryExecutionRequest.Builder |
StartQueryExecutionRequest.builder() |
StartQueryExecutionRequest.Builder |
StartQueryExecutionRequest.Builder.clientRequestToken(String clientRequestToken)
A unique case-sensitive string used to ensure the request to create the query is idempotent (executes only
once).
|
StartQueryExecutionRequest.Builder |
StartQueryExecutionRequest.Builder.executionParameters(Collection<String> executionParameters)
A list of values for the parameters in a query.
|
StartQueryExecutionRequest.Builder |
StartQueryExecutionRequest.Builder.executionParameters(String... executionParameters)
A list of values for the parameters in a query.
|
StartQueryExecutionRequest.Builder |
StartQueryExecutionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StartQueryExecutionRequest.Builder |
StartQueryExecutionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default StartQueryExecutionRequest.Builder |
StartQueryExecutionRequest.Builder.queryExecutionContext(Consumer<QueryExecutionContext.Builder> queryExecutionContext)
The database within which the query executes.
|
StartQueryExecutionRequest.Builder |
StartQueryExecutionRequest.Builder.queryExecutionContext(QueryExecutionContext queryExecutionContext)
The database within which the query executes.
|
StartQueryExecutionRequest.Builder |
StartQueryExecutionRequest.Builder.queryString(String queryString)
The SQL query statements to be executed.
|
default StartQueryExecutionRequest.Builder |
StartQueryExecutionRequest.Builder.resultConfiguration(Consumer<ResultConfiguration.Builder> resultConfiguration)
Specifies information about where and how to save the results of the query execution.
|
StartQueryExecutionRequest.Builder |
StartQueryExecutionRequest.Builder.resultConfiguration(ResultConfiguration resultConfiguration)
Specifies information about where and how to save the results of the query execution.
|
default StartQueryExecutionRequest.Builder |
StartQueryExecutionRequest.Builder.resultReuseConfiguration(Consumer<ResultReuseConfiguration.Builder> resultReuseConfiguration)
Specifies the query result reuse behavior for the query.
|
StartQueryExecutionRequest.Builder |
StartQueryExecutionRequest.Builder.resultReuseConfiguration(ResultReuseConfiguration resultReuseConfiguration)
Specifies the query result reuse behavior for the query.
|
StartQueryExecutionRequest.Builder |
StartQueryExecutionRequest.toBuilder() |
StartQueryExecutionRequest.Builder |
StartQueryExecutionRequest.Builder.workGroup(String workGroup)
The name of the workgroup in which the query is being started.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StartQueryExecutionRequest.Builder> |
StartQueryExecutionRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.