@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-05-10T21:38:34.447Z") @Stability(value=Stable) public interface AthenaStartQueryExecutionProps extends software.amazon.jsii.JsiiSerializable, TaskStateBaseProps
| Modifier and Type | Interface and Description |
|---|---|
static class |
AthenaStartQueryExecutionProps.Builder
A builder for
AthenaStartQueryExecutionProps |
static class |
AthenaStartQueryExecutionProps.Jsii$Proxy
An implementation for
AthenaStartQueryExecutionProps |
| Modifier and Type | Method and Description |
|---|---|
static AthenaStartQueryExecutionProps.Builder |
builder() |
default String |
getClientRequestToken()
Unique string string to ensure idempotence.
|
default QueryExecutionContext |
getQueryExecutionContext()
Database within which query executes.
|
String |
getQueryString()
Query that will be started.
|
default ResultConfiguration |
getResultConfiguration()
Configuration on how and where to save query.
|
default String |
getWorkGroup()
Configuration on how and where to save query.
|
getComment, getHeartbeat, getInputPath, getIntegrationPattern, getOutputPath, getResultPath, getTimeout@Stability(value=Stable) @NotNull String getQueryString()
@Stability(value=Stable) @Nullable default String getClientRequestToken()
Default: - No client request token
@Stability(value=Stable) @Nullable default QueryExecutionContext getQueryExecutionContext()
Default: - No query execution context
@Stability(value=Stable) @Nullable default ResultConfiguration getResultConfiguration()
Default: - No result configuration
@Stability(value=Stable) @Nullable default String getWorkGroup()
Default: - No work group
@Stability(value=Stable) static AthenaStartQueryExecutionProps.Builder builder()
builder in interface TaskStateBasePropsAthenaStartQueryExecutionProps.Builder of AthenaStartQueryExecutionPropsCopyright © 2021. All rights reserved.