| Modifier and Type | Class and Description |
|---|---|
static class |
QueryExecutionContext.Jsii$Proxy
An implementation for
QueryExecutionContext |
| Modifier and Type | Method and Description |
|---|---|
QueryExecutionContext |
QueryExecutionContext.Builder.build()
Builds the configured instance.
|
default QueryExecutionContext |
AthenaStartQueryExecutionProps.getQueryExecutionContext()
(experimental) Database within which query executes.
|
QueryExecutionContext |
AthenaStartQueryExecutionProps.Jsii$Proxy.getQueryExecutionContext() |
| Modifier and Type | Method and Description |
|---|---|
AthenaStartQueryExecutionProps.Builder |
AthenaStartQueryExecutionProps.Builder.queryExecutionContext(QueryExecutionContext queryExecutionContext)
Sets the value of
AthenaStartQueryExecutionProps.getQueryExecutionContext() |
AthenaStartQueryExecution.Builder |
AthenaStartQueryExecution.Builder.queryExecutionContext(QueryExecutionContext queryExecutionContext)
(experimental) Database within which query executes.
|
| Constructor and Description |
|---|
Jsii$Proxy(String queryString,
String clientRequestToken,
QueryExecutionContext queryExecutionContext,
ResultConfiguration resultConfiguration,
String workGroup,
String comment,
Duration heartbeat,
String inputPath,
IntegrationPattern integrationPattern,
String outputPath,
String resultPath,
Duration timeout)
Constructor that initializes the object based on literal property values passed by the
AthenaStartQueryExecutionProps.Builder. |
Copyright © 2020. All rights reserved.