CopyableBuilder<StartQueryExecutionRequest.Builder,StartQueryExecutionRequest>
, SdkBuilder<StartQueryExecutionRequest.Builder,StartQueryExecutionRequest>
public static interface StartQueryExecutionRequest.Builder extends CopyableBuilder<StartQueryExecutionRequest.Builder,StartQueryExecutionRequest>
Modifier and Type | Method | Description |
---|---|---|
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 |
queryExecutionContext(QueryExecutionContext queryExecutionContext) |
The database within which the query executes.
|
StartQueryExecutionRequest.Builder |
queryString(String queryString) |
The SQL query statements to be executed.
|
StartQueryExecutionRequest.Builder |
resultConfiguration(ResultConfiguration resultConfiguration) |
Specifies information about where and how to save the results of the query execution.
|
copy
apply, build
StartQueryExecutionRequest.Builder queryString(String queryString)
The SQL query statements to be executed.
queryString
- The SQL query statements to be executed.StartQueryExecutionRequest.Builder clientRequestToken(String clientRequestToken)
A unique case-sensitive string used to ensure the request to create the query is idempotent (executes only
once). If another StartQueryExecution
request is received, the same response is returned and
another query is not created. If a parameter has changed, for example, the QueryString
, an error
is returned.
This token is listed as not required because AWS SDKs (for example the AWS SDK for Java) auto-generate the token for users. If you are not using the AWS SDK or the AWS CLI, you must provide this token or the action will fail.
clientRequestToken
- A unique case-sensitive string used to ensure the request to create the query is idempotent (executes
only once). If another StartQueryExecution
request is received, the same response is
returned and another query is not created. If a parameter has changed, for example, the
QueryString
, an error is returned. This token is listed as not required because AWS SDKs (for example the AWS SDK for Java) auto-generate the token for users. If you are not using the AWS SDK or the AWS CLI, you must provide this token or the action will fail.
StartQueryExecutionRequest.Builder queryExecutionContext(QueryExecutionContext queryExecutionContext)
The database within which the query executes.
queryExecutionContext
- The database within which the query executes.StartQueryExecutionRequest.Builder resultConfiguration(ResultConfiguration resultConfiguration)
Specifies information about where and how to save the results of the query execution.
resultConfiguration
- Specifies information about where and how to save the results of the query execution.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.