| Package | Description |
|---|---|
| com.amazonaws.services.kinesisanalyticsv2.model |
| Modifier and Type | Method and Description |
|---|---|
InputUpdate |
InputUpdate.clone() |
InputUpdate |
InputUpdate.withInputId(String inputId)
The input ID of the application input to be updated.
|
InputUpdate |
InputUpdate.withInputParallelismUpdate(InputParallelismUpdate inputParallelismUpdate)
Describes the parallelism updates (the number of in-application streams Kinesis Data Analytics creates for the
specific streaming source).
|
InputUpdate |
InputUpdate.withInputProcessingConfigurationUpdate(InputProcessingConfigurationUpdate inputProcessingConfigurationUpdate)
Describes updates to an InputProcessingConfiguration.
|
InputUpdate |
InputUpdate.withInputSchemaUpdate(InputSchemaUpdate inputSchemaUpdate)
Describes the data format on the streaming source, and how record elements on the streaming source map to columns
of the in-application stream that is created.
|
InputUpdate |
InputUpdate.withKinesisFirehoseInputUpdate(KinesisFirehoseInputUpdate kinesisFirehoseInputUpdate)
If a Kinesis Data Firehose delivery stream is the streaming source to be updated, provides an updated stream ARN.
|
InputUpdate |
InputUpdate.withKinesisStreamsInputUpdate(KinesisStreamsInputUpdate kinesisStreamsInputUpdate)
If a Kinesis data stream is the streaming source to be updated, provides an updated stream Amazon Resource Name
(ARN).
|
InputUpdate |
InputUpdate.withNamePrefixUpdate(String namePrefixUpdate)
The name prefix for in-application streams that Kinesis Data Analytics creates for the specific streaming source.
|
| Modifier and Type | Method and Description |
|---|---|
List<InputUpdate> |
SqlApplicationConfigurationUpdate.getInputUpdates()
The array of InputUpdate objects describing the new input streams used by the application.
|
| Modifier and Type | Method and Description |
|---|---|
SqlApplicationConfigurationUpdate |
SqlApplicationConfigurationUpdate.withInputUpdates(InputUpdate... inputUpdates)
The array of InputUpdate objects describing the new input streams used by the application.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SqlApplicationConfigurationUpdate.setInputUpdates(Collection<InputUpdate> inputUpdates)
The array of InputUpdate objects describing the new input streams used by the application.
|
SqlApplicationConfigurationUpdate |
SqlApplicationConfigurationUpdate.withInputUpdates(Collection<InputUpdate> inputUpdates)
The array of InputUpdate objects describing the new input streams used by the application.
|
Copyright © 2021. All rights reserved.