public static interface LambdaOutput.Builder extends SdkPojo, CopyableBuilder<LambdaOutput.Builder,LambdaOutput>
Modifier and Type | Method and Description |
---|---|
LambdaOutput.Builder |
resourceARN(String resourceARN)
Amazon Resource Name (ARN) of the destination Lambda function to write to.
|
LambdaOutput.Builder |
roleARN(String roleARN)
ARN of the IAM role that Amazon Kinesis Analytics can assume to write to the destination function on your
behalf.
|
copy
applyMutation, build
LambdaOutput.Builder resourceARN(String resourceARN)
Amazon Resource Name (ARN) of the destination Lambda function to write to.
resourceARN
- Amazon Resource Name (ARN) of the destination Lambda function to write to.LambdaOutput.Builder roleARN(String roleARN)
ARN of the IAM role that Amazon Kinesis Analytics can assume to write to the destination function on your behalf. You need to grant the necessary permissions to this role.
roleARN
- ARN of the IAM role that Amazon Kinesis Analytics can assume to write to the destination function on
your behalf. You need to grant the necessary permissions to this role.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.