Package | Description |
---|---|
com.amazonaws.services.kinesisanalytics.model |
Modifier and Type | Method and Description |
---|---|
InputUpdate |
InputUpdate.clone() |
InputUpdate |
InputUpdate.withInputId(String inputId)
Input ID of the application input to be updated.
|
InputUpdate |
InputUpdate.withInputParallelismUpdate(InputParallelismUpdate inputParallelismUpdate)
Describes the parallelism updates (the number in-application streams Amazon Kinesis Analytics creates for the
specific streaming source).
|
InputUpdate |
InputUpdate.withInputProcessingConfigurationUpdate(InputProcessingConfigurationUpdate inputProcessingConfigurationUpdate)
Describes updates for an input processing configuration.
|
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 an Amazon Kinesis Firehose delivery stream is the streaming source to be updated, provides an updated stream
ARN and IAM role ARN.
|
InputUpdate |
InputUpdate.withKinesisStreamsInputUpdate(KinesisStreamsInputUpdate kinesisStreamsInputUpdate)
If an Amazon Kinesis stream is the streaming source to be updated, provides an updated stream Amazon Resource
Name (ARN) and IAM role ARN.
|
InputUpdate |
InputUpdate.withNamePrefixUpdate(String namePrefixUpdate)
Name prefix for in-application streams that Amazon Kinesis Analytics creates for the specific streaming source.
|
Modifier and Type | Method and Description |
---|---|
List<InputUpdate> |
ApplicationUpdate.getInputUpdates()
Describes application input configuration updates.
|
Modifier and Type | Method and Description |
---|---|
ApplicationUpdate |
ApplicationUpdate.withInputUpdates(InputUpdate... inputUpdates)
Describes application input configuration updates.
|
Modifier and Type | Method and Description |
---|---|
void |
ApplicationUpdate.setInputUpdates(Collection<InputUpdate> inputUpdates)
Describes application input configuration updates.
|
ApplicationUpdate |
ApplicationUpdate.withInputUpdates(Collection<InputUpdate> inputUpdates)
Describes application input configuration updates.
|
Copyright © 2019. All rights reserved.