| Package | Description |
|---|---|
| software.amazon.awssdk.services.kinesisanalytics.model |
| Modifier and Type | Method and Description |
|---|---|
static LambdaOutputUpdate.Builder |
LambdaOutputUpdate.builder() |
LambdaOutputUpdate.Builder |
LambdaOutputUpdate.Builder.resourceARNUpdate(String resourceARNUpdate)
Amazon Resource Name (ARN) of the destination Lambda function.
|
LambdaOutputUpdate.Builder |
LambdaOutputUpdate.Builder.roleARNUpdate(String roleARNUpdate)
ARN of the IAM role that Amazon Kinesis Analytics can assume to write to the destination function on your
behalf.
|
LambdaOutputUpdate.Builder |
LambdaOutputUpdate.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends LambdaOutputUpdate.Builder> |
LambdaOutputUpdate.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default OutputUpdate.Builder |
OutputUpdate.Builder.lambdaOutputUpdate(Consumer<LambdaOutputUpdate.Builder> lambdaOutputUpdate)
Describes an AWS Lambda function as the destination for the output.
|
Copyright © 2023. All rights reserved.