| Package | Description |
|---|---|
| software.amazon.awssdk.services.kinesisanalytics.model |
| Modifier and Type | Method and Description |
|---|---|
static LambdaOutputDescription.Builder |
LambdaOutputDescription.builder() |
LambdaOutputDescription.Builder |
LambdaOutputDescription.Builder.resourceARN(String resourceARN)
Amazon Resource Name (ARN) of the destination Lambda function.
|
LambdaOutputDescription.Builder |
LambdaOutputDescription.Builder.roleARN(String roleARN)
ARN of the IAM role that Amazon Kinesis 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 AWS Lambda function configured as the destination where output is written.
|
Copyright © 2023. All rights reserved.