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 AWS Lambda tasks.
|
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 AWS Lambda tasks.
roleArn - The Amazon Resource Name (ARN) of the IAM role used for executing AWS Lambda tasks.Copyright © 2022. All rights reserved.