| Modifier and Type | Method and Description |
|---|---|
AthenaStartQueryExecution.Builder |
AthenaStartQueryExecution.Builder.clientRequestToken(String clientRequestToken)
Unique string string to ensure idempotence.
|
AthenaStartQueryExecution.Builder |
AthenaStartQueryExecution.Builder.comment(String comment)
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)
Timeout for the heartbeat.
|
AthenaStartQueryExecution.Builder |
AthenaStartQueryExecution.Builder.inputPath(String inputPath)
JSONPath expression to select part of the state to be the input to this state.
|
AthenaStartQueryExecution.Builder |
AthenaStartQueryExecution.Builder.integrationPattern(IntegrationPattern integrationPattern)
AWS Step Functions integrates with services directly in the Amazon States Language.
|
AthenaStartQueryExecution.Builder |
AthenaStartQueryExecution.Builder.outputPath(String outputPath)
JSONPath expression to select select a portion of the state output to pass to the next state.
|
AthenaStartQueryExecution.Builder |
AthenaStartQueryExecution.Builder.queryExecutionContext(QueryExecutionContext queryExecutionContext)
Database within which query executes.
|
AthenaStartQueryExecution.Builder |
AthenaStartQueryExecution.Builder.queryString(String queryString)
Query that will be started.
|
AthenaStartQueryExecution.Builder |
AthenaStartQueryExecution.Builder.resultConfiguration(ResultConfiguration resultConfiguration)
Configuration on how and where to save query.
|
AthenaStartQueryExecution.Builder |
AthenaStartQueryExecution.Builder.resultPath(String resultPath)
JSONPath expression to indicate where to inject the state's output.
|
AthenaStartQueryExecution.Builder |
AthenaStartQueryExecution.Builder.resultSelector(Map<String,? extends Object> resultSelector)
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)
Timeout for the state machine.
|
AthenaStartQueryExecution.Builder |
AthenaStartQueryExecution.Builder.workGroup(String workGroup)
Configuration on how and where to save query.
|
Copyright © 2023. All rights reserved.