| Package | Description |
|---|---|
| software.amazon.awssdk.services.kinesisanalytics.model |
| Modifier and Type | Method and Description |
|---|---|
static OutputUpdate.Builder |
OutputUpdate.builder() |
default OutputUpdate.Builder |
OutputUpdate.Builder.destinationSchemaUpdate(Consumer<DestinationSchema.Builder> destinationSchemaUpdate)
Describes the data format when records are written to the destination.
|
OutputUpdate.Builder |
OutputUpdate.Builder.destinationSchemaUpdate(DestinationSchema destinationSchemaUpdate)
Describes the data format when records are written to the destination.
|
default OutputUpdate.Builder |
OutputUpdate.Builder.kinesisFirehoseOutputUpdate(Consumer<KinesisFirehoseOutputUpdate.Builder> kinesisFirehoseOutputUpdate)
Describes an Amazon Kinesis Firehose delivery stream as the destination for the output.
|
OutputUpdate.Builder |
OutputUpdate.Builder.kinesisFirehoseOutputUpdate(KinesisFirehoseOutputUpdate kinesisFirehoseOutputUpdate)
Describes an Amazon Kinesis Firehose delivery stream as the destination for the output.
|
default OutputUpdate.Builder |
OutputUpdate.Builder.kinesisStreamsOutputUpdate(Consumer<KinesisStreamsOutputUpdate.Builder> kinesisStreamsOutputUpdate)
Describes an Amazon Kinesis stream as the destination for the output.
|
OutputUpdate.Builder |
OutputUpdate.Builder.kinesisStreamsOutputUpdate(KinesisStreamsOutputUpdate kinesisStreamsOutputUpdate)
Describes an Amazon Kinesis stream as the destination for the output.
|
default OutputUpdate.Builder |
OutputUpdate.Builder.lambdaOutputUpdate(Consumer<LambdaOutputUpdate.Builder> lambdaOutputUpdate)
Describes an AWS Lambda function as the destination for the output.
|
OutputUpdate.Builder |
OutputUpdate.Builder.lambdaOutputUpdate(LambdaOutputUpdate lambdaOutputUpdate)
Describes an AWS Lambda function as the destination for the output.
|
OutputUpdate.Builder |
OutputUpdate.Builder.nameUpdate(String nameUpdate)
If you want to specify a different in-application stream for this output configuration, use this field to
specify the new in-application stream name.
|
OutputUpdate.Builder |
OutputUpdate.Builder.outputId(String outputId)
Identifies the specific output configuration that you want to update.
|
OutputUpdate.Builder |
OutputUpdate.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends OutputUpdate.Builder> |
OutputUpdate.serializableBuilderClass() |
Copyright © 2023. All rights reserved.