public static interface InputLambdaProcessorDescription.Builder extends SdkPojo, CopyableBuilder<InputLambdaProcessorDescription.Builder,InputLambdaProcessorDescription>
Modifier and Type | Method and Description |
---|---|
InputLambdaProcessorDescription.Builder |
resourceARN(String resourceARN)
The ARN of the AWS Lambda function that is used to preprocess the records in the stream.
|
InputLambdaProcessorDescription.Builder |
roleARN(String roleARN)
The ARN of the IAM role that is used to access the AWS Lambda function.
|
copy
applyMutation, build
InputLambdaProcessorDescription.Builder resourceARN(String resourceARN)
The ARN of the AWS Lambda function that is used to preprocess the records in the stream.
resourceARN
- The ARN of the AWS Lambda function that is used to preprocess the records in the stream.InputLambdaProcessorDescription.Builder roleARN(String roleARN)
The ARN of the IAM role that is used to access the AWS Lambda function.
Provided for backward compatibility. Applications that are created with the current API version have an application-level service execution role rather than a resource-level role.
roleARN
- The ARN of the IAM role that is used to access the AWS Lambda function. Provided for backward compatibility. Applications that are created with the current API version have an application-level service execution role rather than a resource-level role.
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.