public static interface LambdaOutputDescription.Builder extends SdkPojo, CopyableBuilder<LambdaOutputDescription.Builder,LambdaOutputDescription>
Modifier and Type | Method and Description |
---|---|
LambdaOutputDescription.Builder |
resourceARN(String resourceARN)
The Amazon Resource Name (ARN) of the destination Lambda function.
|
LambdaOutputDescription.Builder |
roleARN(String roleARN)
The ARN of the IAM role that Kinesis Data Analytics can assume to write to the destination function.
|
copy
applyMutation, build
LambdaOutputDescription.Builder resourceARN(String resourceARN)
The Amazon Resource Name (ARN) of the destination Lambda function.
resourceARN
- The Amazon Resource Name (ARN) of the destination Lambda function.LambdaOutputDescription.Builder roleARN(String roleARN)
The ARN of the IAM role that Kinesis Data Analytics can assume to write to the destination 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 Kinesis Data Analytics can assume to write to the destination
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.