Cloneable
, ReadLimitInfo
, ToCopyableBuilder<StartQueryExecutionRequest.Builder,StartQueryExecutionRequest>
@Generated("software.amazon.awssdk:codegen") public class StartQueryExecutionRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<StartQueryExecutionRequest.Builder,StartQueryExecutionRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
StartQueryExecutionRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static StartQueryExecutionRequest.Builder |
builder() |
|
String |
clientRequestToken() |
A unique case-sensitive string used to ensure the request to create the query is idempotent (executes only once).
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
QueryExecutionContext |
queryExecutionContext() |
The database within which the query executes.
|
String |
queryString() |
The SQL query statements to be executed.
|
ResultConfiguration |
resultConfiguration() |
Specifies information about where and how to save the results of the query execution.
|
static Class<? extends StartQueryExecutionRequest.Builder> |
serializableBuilderClass() |
|
StartQueryExecutionRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String queryString()
The SQL query statements to be executed.
public 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.
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.
public QueryExecutionContext queryExecutionContext()
The database within which the query executes.
public ResultConfiguration resultConfiguration()
Specifies information about where and how to save the results of the query execution.
public StartQueryExecutionRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<StartQueryExecutionRequest.Builder,StartQueryExecutionRequest>
public static StartQueryExecutionRequest.Builder builder()
public static Class<? extends StartQueryExecutionRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.