| Package | Description |
|---|---|
| software.amazon.awscdk.services.stepfunctions.tasks |
Tasks for AWS Step Functions
|
| Modifier and Type | Method and Description |
|---|---|
AthenaStartQueryExecution.Builder |
AthenaStartQueryExecution.Builder.clientRequestToken(String clientRequestToken)
(experimental) Unique string string to ensure idempotence.
|
AthenaStartQueryExecution.Builder |
AthenaStartQueryExecution.Builder.comment(String comment)
(experimental) An optional description for this state.
|
static AthenaStartQueryExecution.Builder |
AthenaStartQueryExecution.Builder.create(software.constructs.Construct scope,
String id) |
AthenaStartQueryExecution.Builder |
AthenaStartQueryExecution.Builder.heartbeat(Duration heartbeat)
(experimental) Timeout for the heartbeat.
|
AthenaStartQueryExecution.Builder |
AthenaStartQueryExecution.Builder.inputPath(String inputPath)
(experimental) JSONPath expression to select part of the state to be the input to this state.
|
AthenaStartQueryExecution.Builder |
AthenaStartQueryExecution.Builder.integrationPattern(IntegrationPattern integrationPattern)
(experimental) AWS Step Functions integrates with services directly in the Amazon States Language.
|
AthenaStartQueryExecution.Builder |
AthenaStartQueryExecution.Builder.outputPath(String outputPath)
(experimental) JSONPath expression to select select a portion of the state output to pass to the next state.
|
AthenaStartQueryExecution.Builder |
AthenaStartQueryExecution.Builder.queryExecutionContext(QueryExecutionContext queryExecutionContext)
(experimental) Database within which query executes.
|
AthenaStartQueryExecution.Builder |
AthenaStartQueryExecution.Builder.queryString(String queryString)
(experimental) Query that will be started.
|
AthenaStartQueryExecution.Builder |
AthenaStartQueryExecution.Builder.resultConfiguration(ResultConfiguration resultConfiguration)
(experimental) Configuration on how and where to save query.
|
AthenaStartQueryExecution.Builder |
AthenaStartQueryExecution.Builder.resultPath(String resultPath)
(experimental) JSONPath expression to indicate where to inject the state's output.
|
AthenaStartQueryExecution.Builder |
AthenaStartQueryExecution.Builder.resultSelector(Map<String,? extends Object> resultSelector)
(experimental) The JSON that will replace the state's raw result and become the effective result before ResultPath is applied.
|
AthenaStartQueryExecution.Builder |
AthenaStartQueryExecution.Builder.timeout(Duration timeout)
(experimental) Timeout for the state machine.
|
AthenaStartQueryExecution.Builder |
AthenaStartQueryExecution.Builder.workGroup(String workGroup)
(experimental) Configuration on how and where to save query.
|
Copyright © 2021. All rights reserved.