| Package | Description |
|---|---|
| com.amazonaws.services.kinesisanalyticsv2.model |
| Modifier and Type | Method and Description |
|---|---|
OutputUpdate |
OutputUpdate.clone() |
OutputUpdate |
OutputUpdate.withDestinationSchemaUpdate(DestinationSchema destinationSchemaUpdate)
Describes the data format when records are written to the destination.
|
OutputUpdate |
OutputUpdate.withKinesisFirehoseOutputUpdate(KinesisFirehoseOutputUpdate kinesisFirehoseOutputUpdate)
Describes a Kinesis Data Firehose delivery stream as the destination for the output.
|
OutputUpdate |
OutputUpdate.withKinesisStreamsOutputUpdate(KinesisStreamsOutputUpdate kinesisStreamsOutputUpdate)
Describes a Kinesis data stream as the destination for the output.
|
OutputUpdate |
OutputUpdate.withLambdaOutputUpdate(LambdaOutputUpdate lambdaOutputUpdate)
Describes an AWS Lambda function as the destination for the output.
|
OutputUpdate |
OutputUpdate.withNameUpdate(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 |
OutputUpdate.withOutputId(String outputId)
Identifies the specific output configuration that you want to update.
|
| Modifier and Type | Method and Description |
|---|---|
List<OutputUpdate> |
SqlApplicationConfigurationUpdate.getOutputUpdates()
The array of OutputUpdate objects describing the new destination streams used by the application.
|
| Modifier and Type | Method and Description |
|---|---|
SqlApplicationConfigurationUpdate |
SqlApplicationConfigurationUpdate.withOutputUpdates(OutputUpdate... outputUpdates)
The array of OutputUpdate objects describing the new destination streams used by the application.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SqlApplicationConfigurationUpdate.setOutputUpdates(Collection<OutputUpdate> outputUpdates)
The array of OutputUpdate objects describing the new destination streams used by the application.
|
SqlApplicationConfigurationUpdate |
SqlApplicationConfigurationUpdate.withOutputUpdates(Collection<OutputUpdate> outputUpdates)
The array of OutputUpdate objects describing the new destination streams used by the application.
|
Copyright © 2020. All rights reserved.