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