| Modifier and Type | Method and Description |
|---|---|
AthenaGetQueryResults.Builder |
AthenaGetQueryResults.Builder.comment(String comment)
An optional description for this state.
|
static AthenaGetQueryResults.Builder |
AthenaGetQueryResults.Builder.create(software.constructs.Construct scope,
String id) |
AthenaGetQueryResults.Builder |
AthenaGetQueryResults.Builder.heartbeat(Duration heartbeat)
Timeout for the heartbeat.
|
AthenaGetQueryResults.Builder |
AthenaGetQueryResults.Builder.inputPath(String inputPath)
JSONPath expression to select part of the state to be the input to this state.
|
AthenaGetQueryResults.Builder |
AthenaGetQueryResults.Builder.integrationPattern(IntegrationPattern integrationPattern)
AWS Step Functions integrates with services directly in the Amazon States Language.
|
AthenaGetQueryResults.Builder |
AthenaGetQueryResults.Builder.maxResults(Number maxResults)
Max number of results.
|
AthenaGetQueryResults.Builder |
AthenaGetQueryResults.Builder.nextToken(String nextToken)
Pagination token.
|
AthenaGetQueryResults.Builder |
AthenaGetQueryResults.Builder.outputPath(String outputPath)
JSONPath expression to select select a portion of the state output to pass to the next state.
|
AthenaGetQueryResults.Builder |
AthenaGetQueryResults.Builder.queryExecutionId(String queryExecutionId)
Query that will be retrieved.
|
AthenaGetQueryResults.Builder |
AthenaGetQueryResults.Builder.resultPath(String resultPath)
JSONPath expression to indicate where to inject the state's output.
|
AthenaGetQueryResults.Builder |
AthenaGetQueryResults.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.
|
AthenaGetQueryResults.Builder |
AthenaGetQueryResults.Builder.timeout(Duration timeout)
Timeout for the state machine.
|
Copyright © 2022. All rights reserved.