Package | Description |
---|---|
com.amazonaws.services.stepfunctions.model | |
com.amazonaws.services.stepfunctions.model.transform |
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.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) |
Modifier and Type | Method and Description |
---|---|
ExecutionStartedEventDetails |
ExecutionStartedEventDetailsJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
ExecutionStartedEventDetailsMarshaller.marshall(ExecutionStartedEventDetails executionStartedEventDetails,
ProtocolMarshaller protocolMarshaller)
Marshall the given parameter object.
|
Copyright © 2017. All rights reserved.