Package | Description |
---|---|
com.amazonaws.services.kinesisanalytics.model |
Modifier and Type | Method and Description |
---|---|
OutputUpdate |
OutputUpdate.clone() |
OutputUpdate |
OutputUpdate.withDestinationSchemaUpdate(DestinationSchema destinationSchemaUpdate) |
OutputUpdate |
OutputUpdate.withKinesisFirehoseOutputUpdate(KinesisFirehoseOutputUpdate kinesisFirehoseOutputUpdate)
Describes a Amazon Kinesis Firehose delivery stream as the destination
for the output.
|
OutputUpdate |
OutputUpdate.withKinesisStreamsOutputUpdate(KinesisStreamsOutputUpdate kinesisStreamsOutputUpdate)
Describes an Amazon Kinesis stream 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> |
ApplicationUpdate.getOutputUpdates()
Describes application output configuration updates.
|
Modifier and Type | Method and Description |
---|---|
ApplicationUpdate |
ApplicationUpdate.withOutputUpdates(OutputUpdate... outputUpdates)
Describes application output configuration updates.
|
Modifier and Type | Method and Description |
---|---|
void |
ApplicationUpdate.setOutputUpdates(Collection<OutputUpdate> outputUpdates)
Describes application output configuration updates.
|
ApplicationUpdate |
ApplicationUpdate.withOutputUpdates(Collection<OutputUpdate> outputUpdates)
Describes application output configuration updates.
|
Copyright © 2016. All rights reserved.