public static interface InputLambdaProcessor.Builder extends CopyableBuilder<InputLambdaProcessor.Builder,InputLambdaProcessor>
Modifier and Type | Method and Description |
---|---|
InputLambdaProcessor.Builder |
resourceARN(String resourceARN)
The ARN of the AWS Lambda function that operates
on records in the stream.
|
InputLambdaProcessor.Builder |
roleARN(String roleARN)
The ARN of the IAM role used to access the AWS Lambda function.
|
copy
applyMutation, build
InputLambdaProcessor.Builder resourceARN(String resourceARN)
The ARN of the AWS Lambda function that operates on records in the stream.
resourceARN
- The ARN of the AWS Lambda function that
operates on records in the stream.InputLambdaProcessor.Builder roleARN(String roleARN)
The ARN of the IAM role used to access the AWS Lambda function.
roleARN
- The ARN of the IAM role used to access the AWS Lambda function.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.