public static interface LambdaAction.Builder extends SdkPojo, CopyableBuilder<LambdaAction.Builder,LambdaAction>
Modifier and Type | Method and Description |
---|---|
LambdaAction.Builder |
functionArn(String functionArn)
The ARN of the Lambda function.
|
copy
applyMutation, build
LambdaAction.Builder functionArn(String functionArn)
The ARN of the Lambda function.
functionArn
- The ARN of the Lambda function.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.