| Package | Description |
|---|---|
| software.amazon.awssdk.services.kinesisanalytics.model |
| Modifier and Type | Method and Description |
|---|---|
static LambdaOutput.Builder |
LambdaOutput.builder() |
LambdaOutput.Builder |
LambdaOutput.Builder.resourceARN(String resourceARN)
Amazon Resource Name (ARN) of the destination Lambda function to write to.
|
LambdaOutput.Builder |
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.
|
LambdaOutput.Builder |
LambdaOutput.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends LambdaOutput.Builder> |
LambdaOutput.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Output.Builder |
Output.Builder.lambdaOutput(Consumer<LambdaOutput.Builder> lambdaOutput)
Identifies an AWS Lambda function as the destination.
|
Copyright © 2023. All rights reserved.