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(String... executionParameters) |
A list of values for the parameters in a query.
|
StartQueryExecutionRequest.Builder |
StartQueryExecutionRequest.Builder.executionParameters(Collection<String> executionParameters) |
A list of values for the parameters in a query.
|
StartQueryExecutionRequest.Builder |
StartQueryExecutionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
StartQueryExecutionRequest.Builder |
StartQueryExecutionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
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.
|