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 Lambda tasks.
|
ExecutionStartedEventDetails |
ExecutionStartedEventDetails.withStateMachineAliasArn(String stateMachineAliasArn)
The Amazon Resource Name (ARN) that identifies a state machine alias used for starting the state machine
execution.
|
ExecutionStartedEventDetails |
ExecutionStartedEventDetails.withStateMachineVersionArn(String stateMachineVersionArn)
The Amazon Resource Name (ARN) that identifies a state machine version used for starting the state machine
execution.
|
Modifier and Type | Method and Description |
---|---|
void |
HistoryEvent.setExecutionStartedEventDetails(ExecutionStartedEventDetails executionStartedEventDetails) |
HistoryEvent |
HistoryEvent.withExecutionStartedEventDetails(ExecutionStartedEventDetails executionStartedEventDetails) |
Copyright © 2023. All rights reserved.