| Modifier and Type | Method and Description |
|---|---|
CallAwsService.Builder |
CallAwsService.Builder.action(String action)
The API action to call.
|
CallAwsService.Builder |
CallAwsService.Builder.comment(String comment)
An optional description for this state.
|
static CallAwsService.Builder |
CallAwsService.Builder.create(software.constructs.Construct scope,
String id) |
CallAwsService.Builder |
CallAwsService.Builder.heartbeat(Duration heartbeat)
Timeout for the heartbeat.
|
CallAwsService.Builder |
CallAwsService.Builder.iamAction(String iamAction)
The action for the IAM statement that will be added to the state machine role's policy to allow the state machine to make the API call.
|
CallAwsService.Builder |
CallAwsService.Builder.iamResources(List<String> iamResources)
The resources for the IAM statement that will be added to the state machine role's policy to allow the state machine to make the API call.
|
CallAwsService.Builder |
CallAwsService.Builder.inputPath(String inputPath)
JSONPath expression to select part of the state to be the input to this state.
|
CallAwsService.Builder |
CallAwsService.Builder.integrationPattern(IntegrationPattern integrationPattern)
AWS Step Functions integrates with services directly in the Amazon States Language.
|
CallAwsService.Builder |
CallAwsService.Builder.outputPath(String outputPath)
JSONPath expression to select select a portion of the state output to pass to the next state.
|
CallAwsService.Builder |
CallAwsService.Builder.parameters(Map<String,? extends Object> parameters)
Parameters for the API action call.
|
CallAwsService.Builder |
CallAwsService.Builder.resultPath(String resultPath)
JSONPath expression to indicate where to inject the state's output.
|
CallAwsService.Builder |
CallAwsService.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.
|
CallAwsService.Builder |
CallAwsService.Builder.service(String service)
The AWS service to call.
|
CallAwsService.Builder |
CallAwsService.Builder.timeout(Duration timeout)
Timeout for the state machine.
|
Copyright © 2023. All rights reserved.