CopyableBuilder<ExecutionStartedEventDetails.Builder,ExecutionStartedEventDetails>
, SdkBuilder<ExecutionStartedEventDetails.Builder,ExecutionStartedEventDetails>
public static interface ExecutionStartedEventDetails.Builder extends CopyableBuilder<ExecutionStartedEventDetails.Builder,ExecutionStartedEventDetails>
Modifier and Type | Method | Description |
---|---|---|
ExecutionStartedEventDetails.Builder |
input(String input) |
The JSON data input to the execution.
|
ExecutionStartedEventDetails.Builder |
roleArn(String roleArn) |
The Amazon Resource Name (ARN) of the IAM role used for executing AWS Lambda tasks.
|
copy
apply, build
ExecutionStartedEventDetails.Builder input(String input)
The JSON data input to the execution.
input
- The JSON data input to the execution.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 © 2017 Amazon Web Services, Inc. All Rights Reserved.