public static interface ExecutionStartedEventDetails.Builder extends SdkPojo, CopyableBuilder<ExecutionStartedEventDetails.Builder,ExecutionStartedEventDetails>
| Modifier and Type | Method and Description |
|---|---|
ExecutionStartedEventDetails.Builder |
input(String input)
The JSON data input to the execution.
|
default ExecutionStartedEventDetails.Builder |
inputDetails(Consumer<HistoryEventExecutionDataDetails.Builder> inputDetails)
Contains details about the input for an execution history event.
|
ExecutionStartedEventDetails.Builder |
inputDetails(HistoryEventExecutionDataDetails inputDetails)
Contains details about the input for an execution history event.
|
ExecutionStartedEventDetails.Builder |
roleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role used for executing Lambda tasks.
|
ExecutionStartedEventDetails.Builder |
stateMachineAliasArn(String stateMachineAliasArn)
The Amazon Resource Name (ARN) that identifies a state machine alias used for starting the state machine
execution.
|
ExecutionStartedEventDetails.Builder |
stateMachineVersionArn(String stateMachineVersionArn)
The Amazon Resource Name (ARN) that identifies a state machine version used for starting the state machine
execution.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildExecutionStartedEventDetails.Builder input(String input)
The JSON data input to the execution. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.
input - The JSON data input to the execution. Length constraints apply to the payload size, and are expressed
as bytes in UTF-8 encoding.ExecutionStartedEventDetails.Builder inputDetails(HistoryEventExecutionDataDetails inputDetails)
Contains details about the input for an execution history event.
inputDetails - Contains details about the input for an execution history event.default ExecutionStartedEventDetails.Builder inputDetails(Consumer<HistoryEventExecutionDataDetails.Builder> inputDetails)
Contains details about the input for an execution history event.
This is a convenience method that creates an instance of theHistoryEventExecutionDataDetails.Builder
avoiding the need to create one manually via HistoryEventExecutionDataDetails.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to inputDetails(HistoryEventExecutionDataDetails).
inputDetails - a consumer that will call methods on HistoryEventExecutionDataDetails.BuilderinputDetails(HistoryEventExecutionDataDetails)ExecutionStartedEventDetails.Builder roleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role used for executing Lambda tasks.
roleArn - The Amazon Resource Name (ARN) of the IAM role used for executing Lambda tasks.ExecutionStartedEventDetails.Builder stateMachineAliasArn(String stateMachineAliasArn)
The Amazon Resource Name (ARN) that identifies a state machine alias used for starting the state machine execution.
stateMachineAliasArn - The Amazon Resource Name (ARN) that identifies a state machine alias used for starting the state
machine execution.ExecutionStartedEventDetails.Builder stateMachineVersionArn(String stateMachineVersionArn)
The Amazon Resource Name (ARN) that identifies a state machine version used for starting the state machine execution.
stateMachineVersionArn - The Amazon Resource Name (ARN) that identifies a state machine version used for starting the state
machine execution.Copyright © 2023. All rights reserved.