| Package | Description |
|---|---|
| com.amazonaws.services.kinesisanalyticsv2.model |
| Modifier and Type | Method and Description |
|---|---|
OutputDescription |
OutputDescription.clone() |
OutputDescription |
OutputDescription.withDestinationSchema(DestinationSchema destinationSchema)
The data format used for writing data to the destination.
|
OutputDescription |
OutputDescription.withKinesisFirehoseOutputDescription(KinesisFirehoseOutputDescription kinesisFirehoseOutputDescription)
Describes the Kinesis Data Firehose delivery stream that is configured as the destination where output is
written.
|
OutputDescription |
OutputDescription.withKinesisStreamsOutputDescription(KinesisStreamsOutputDescription kinesisStreamsOutputDescription)
Describes the Kinesis data stream that is configured as the destination where output is written.
|
OutputDescription |
OutputDescription.withLambdaOutputDescription(LambdaOutputDescription lambdaOutputDescription)
Describes the Lambda function that is configured as the destination where output is written.
|
OutputDescription |
OutputDescription.withName(String name)
The name of the in-application stream that is configured as output.
|
OutputDescription |
OutputDescription.withOutputId(String outputId)
A unique identifier for the output configuration.
|
| Modifier and Type | Method and Description |
|---|---|
List<OutputDescription> |
SqlApplicationConfigurationDescription.getOutputDescriptions()
The array of OutputDescription objects describing the destination streams used by the application.
|
List<OutputDescription> |
AddApplicationOutputResult.getOutputDescriptions()
Describes the application output configuration.
|
| Modifier and Type | Method and Description |
|---|---|
SqlApplicationConfigurationDescription |
SqlApplicationConfigurationDescription.withOutputDescriptions(OutputDescription... outputDescriptions)
The array of OutputDescription objects describing the destination streams used by the application.
|
AddApplicationOutputResult |
AddApplicationOutputResult.withOutputDescriptions(OutputDescription... outputDescriptions)
Describes the application output configuration.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SqlApplicationConfigurationDescription.setOutputDescriptions(Collection<OutputDescription> outputDescriptions)
The array of OutputDescription objects describing the destination streams used by the application.
|
void |
AddApplicationOutputResult.setOutputDescriptions(Collection<OutputDescription> outputDescriptions)
Describes the application output configuration.
|
SqlApplicationConfigurationDescription |
SqlApplicationConfigurationDescription.withOutputDescriptions(Collection<OutputDescription> outputDescriptions)
The array of OutputDescription objects describing the destination streams used by the application.
|
AddApplicationOutputResult |
AddApplicationOutputResult.withOutputDescriptions(Collection<OutputDescription> outputDescriptions)
Describes the application output configuration.
|
Copyright © 2021. All rights reserved.