| Modifier and Type | Method and Description |
|---|---|
AthenaStopQueryExecution.Builder |
AthenaStopQueryExecution.Builder.comment(String comment)
An optional description for this state.
|
static AthenaStopQueryExecution.Builder |
AthenaStopQueryExecution.Builder.create(software.constructs.Construct scope,
String id) |
AthenaStopQueryExecution.Builder |
AthenaStopQueryExecution.Builder.heartbeat(Duration heartbeat)
Timeout for the heartbeat.
|
AthenaStopQueryExecution.Builder |
AthenaStopQueryExecution.Builder.inputPath(String inputPath)
JSONPath expression to select part of the state to be the input to this state.
|
AthenaStopQueryExecution.Builder |
AthenaStopQueryExecution.Builder.integrationPattern(IntegrationPattern integrationPattern)
AWS Step Functions integrates with services directly in the Amazon States Language.
|
AthenaStopQueryExecution.Builder |
AthenaStopQueryExecution.Builder.outputPath(String outputPath)
JSONPath expression to select select a portion of the state output to pass to the next state.
|
AthenaStopQueryExecution.Builder |
AthenaStopQueryExecution.Builder.queryExecutionId(String queryExecutionId)
(experimental) Query that will be stopped.
|
AthenaStopQueryExecution.Builder |
AthenaStopQueryExecution.Builder.resultPath(String resultPath)
JSONPath expression to indicate where to inject the state's output.
|
AthenaStopQueryExecution.Builder |
AthenaStopQueryExecution.Builder.timeout(Duration timeout)
Timeout for the state machine.
|
Copyright © 2020. All rights reserved.