| Package | Description |
|---|---|
| software.amazon.awssdk.services.kinesisanalyticsv2.model |
| Modifier and Type | Method and Description |
|---|---|
static LambdaOutputDescription.Builder |
LambdaOutputDescription.builder() |
LambdaOutputDescription.Builder |
LambdaOutputDescription.Builder.resourceARN(String resourceARN)
The Amazon Resource Name (ARN) of the destination Lambda function.
|
LambdaOutputDescription.Builder |
LambdaOutputDescription.Builder.roleARN(String roleARN)
The ARN of the IAM role that Kinesis Data Analytics can assume to write to the destination function.
|
LambdaOutputDescription.Builder |
LambdaOutputDescription.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends LambdaOutputDescription.Builder> |
LambdaOutputDescription.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default OutputDescription.Builder |
OutputDescription.Builder.lambdaOutputDescription(Consumer<LambdaOutputDescription.Builder> lambdaOutputDescription)
Describes the Lambda function that is configured as the destination where output is written.
|
Copyright © 2022. All rights reserved.