| Package | Description |
|---|---|
| software.amazon.awssdk.services.sfn.model |
| Modifier and Type | Method and Description |
|---|---|
static ExecutionStartedEventDetails.Builder |
ExecutionStartedEventDetails.builder() |
ExecutionStartedEventDetails.Builder |
ExecutionStartedEventDetails.Builder.input(String input)
The JSON data input to the execution.
|
ExecutionStartedEventDetails.Builder |
ExecutionStartedEventDetails.Builder.roleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role used for executing AWS Lambda tasks.
|
ExecutionStartedEventDetails.Builder |
ExecutionStartedEventDetails.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ExecutionStartedEventDetails.Builder> |
ExecutionStartedEventDetails.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default HistoryEvent.Builder |
HistoryEvent.Builder.executionStartedEventDetails(Consumer<ExecutionStartedEventDetails.Builder> executionStartedEventDetails)
Sets the value of the ExecutionStartedEventDetails property for this object.
|
Copyright © 2019. All rights reserved.