| Package | Description |
|---|---|
| com.amazonaws.services.kinesisanalyticsv2.model |
| Modifier and Type | Method and Description |
|---|---|
Output |
Output.clone() |
Output |
AddApplicationOutputRequest.getOutput()
An array of objects, each describing one output configuration.
|
Output |
Output.withDestinationSchema(DestinationSchema destinationSchema)
Describes the data format when records are written to the destination.
|
Output |
Output.withKinesisFirehoseOutput(KinesisFirehoseOutput kinesisFirehoseOutput)
Identifies a Kinesis Data Firehose delivery stream as the destination.
|
Output |
Output.withKinesisStreamsOutput(KinesisStreamsOutput kinesisStreamsOutput)
Identifies a Kinesis data stream as the destination.
|
Output |
Output.withLambdaOutput(LambdaOutput lambdaOutput)
Identifies an AWS Lambda function as the destination.
|
Output |
Output.withName(String name)
The name of the in-application stream.
|
| Modifier and Type | Method and Description |
|---|---|
List<Output> |
SqlApplicationConfiguration.getOutputs()
The array of Output objects describing the destination streams used by the application.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AddApplicationOutputRequest.setOutput(Output output)
An array of objects, each describing one output configuration.
|
AddApplicationOutputRequest |
AddApplicationOutputRequest.withOutput(Output output)
An array of objects, each describing one output configuration.
|
SqlApplicationConfiguration |
SqlApplicationConfiguration.withOutputs(Output... outputs)
The array of Output objects describing the destination streams used by the application.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SqlApplicationConfiguration.setOutputs(Collection<Output> outputs)
The array of Output objects describing the destination streams used by the application.
|
SqlApplicationConfiguration |
SqlApplicationConfiguration.withOutputs(Collection<Output> outputs)
The array of Output objects describing the destination streams used by the application.
|
Copyright © 2021. All rights reserved.