| Package | Description |
|---|---|
| software.amazon.awssdk.services.sfn |
|
| software.amazon.awssdk.services.sfn.model |
| Modifier and Type | Method and Description |
|---|---|
default StartExecutionResponse |
SfnClient.startExecution(Consumer<StartExecutionRequest.Builder> startExecutionRequest)
Starts a state machine execution.
|
default CompletableFuture<StartExecutionResponse> |
SfnAsyncClient.startExecution(Consumer<StartExecutionRequest.Builder> startExecutionRequest)
Starts a state machine execution.
|
| Modifier and Type | Method and Description |
|---|---|
static StartExecutionRequest.Builder |
StartExecutionRequest.builder() |
StartExecutionRequest.Builder |
StartExecutionRequest.Builder.input(String input)
The string that contains the JSON input data for the execution, for example:
|
StartExecutionRequest.Builder |
StartExecutionRequest.Builder.name(String name)
The name of the execution.
|
StartExecutionRequest.Builder |
StartExecutionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StartExecutionRequest.Builder |
StartExecutionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
StartExecutionRequest.Builder |
StartExecutionRequest.Builder.stateMachineArn(String stateMachineArn)
The Amazon Resource Name (ARN) of the state machine to execute.
|
StartExecutionRequest.Builder |
StartExecutionRequest.toBuilder() |
StartExecutionRequest.Builder |
StartExecutionRequest.Builder.traceHeader(String traceHeader)
Passes the AWS X-Ray trace header.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StartExecutionRequest.Builder> |
StartExecutionRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.