Package | Description |
---|---|
com.amazonaws.services.stepfunctions.model |
Modifier and Type | Method and Description |
---|---|
ExecutionStartedEventDetails |
ExecutionStartedEventDetails.clone() |
ExecutionStartedEventDetails |
HistoryEvent.getExecutionStartedEventDetails() |
ExecutionStartedEventDetails |
ExecutionStartedEventDetails.withInput(String input)
The JSON data input to the execution.
|
ExecutionStartedEventDetails |
ExecutionStartedEventDetails.withInputDetails(HistoryEventExecutionDataDetails inputDetails)
Contains details about the input for an execution history event.
|
ExecutionStartedEventDetails |
ExecutionStartedEventDetails.withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role used for executing AWS Lambda tasks.
|
Modifier and Type | Method and Description |
---|---|
void |
HistoryEvent.setExecutionStartedEventDetails(ExecutionStartedEventDetails executionStartedEventDetails) |
HistoryEvent |
HistoryEvent.withExecutionStartedEventDetails(ExecutionStartedEventDetails executionStartedEventDetails) |
Copyright © 2022. All rights reserved.