| Package | Description |
|---|---|
| software.amazon.awssdk.services.kinesisanalyticsv2.model |
| Modifier and Type | Method and Description |
|---|---|
static InputUpdate.Builder |
InputUpdate.builder() |
InputUpdate.Builder |
InputUpdate.Builder.inputId(String inputId)
The input ID of the application input to be updated.
|
default InputUpdate.Builder |
InputUpdate.Builder.inputParallelismUpdate(Consumer<InputParallelismUpdate.Builder> inputParallelismUpdate)
Describes the parallelism updates (the number of in-application streams Kinesis Data Analytics creates for
the specific streaming source).
|
InputUpdate.Builder |
InputUpdate.Builder.inputParallelismUpdate(InputParallelismUpdate inputParallelismUpdate)
Describes the parallelism updates (the number of in-application streams Kinesis Data Analytics creates for
the specific streaming source).
|
default InputUpdate.Builder |
InputUpdate.Builder.inputProcessingConfigurationUpdate(Consumer<InputProcessingConfigurationUpdate.Builder> inputProcessingConfigurationUpdate)
Describes updates to an InputProcessingConfiguration.
|
InputUpdate.Builder |
InputUpdate.Builder.inputProcessingConfigurationUpdate(InputProcessingConfigurationUpdate inputProcessingConfigurationUpdate)
Describes updates to an InputProcessingConfiguration.
|
default InputUpdate.Builder |
InputUpdate.Builder.inputSchemaUpdate(Consumer<InputSchemaUpdate.Builder> 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.Builder |
InputUpdate.Builder.inputSchemaUpdate(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.
|
default InputUpdate.Builder |
InputUpdate.Builder.kinesisFirehoseInputUpdate(Consumer<KinesisFirehoseInputUpdate.Builder> kinesisFirehoseInputUpdate)
If a Kinesis Data Firehose delivery stream is the streaming source to be updated, provides an updated stream
ARN.
|
InputUpdate.Builder |
InputUpdate.Builder.kinesisFirehoseInputUpdate(KinesisFirehoseInputUpdate kinesisFirehoseInputUpdate)
If a Kinesis Data Firehose delivery stream is the streaming source to be updated, provides an updated stream
ARN.
|
default InputUpdate.Builder |
InputUpdate.Builder.kinesisStreamsInputUpdate(Consumer<KinesisStreamsInputUpdate.Builder> kinesisStreamsInputUpdate)
If a Kinesis data stream is the streaming source to be updated, provides an updated stream Amazon Resource
Name (ARN).
|
InputUpdate.Builder |
InputUpdate.Builder.kinesisStreamsInputUpdate(KinesisStreamsInputUpdate kinesisStreamsInputUpdate)
If a Kinesis data stream is the streaming source to be updated, provides an updated stream Amazon Resource
Name (ARN).
|
InputUpdate.Builder |
InputUpdate.Builder.namePrefixUpdate(String namePrefixUpdate)
The name prefix for in-application streams that Kinesis Data Analytics creates for the specific streaming
source.
|
InputUpdate.Builder |
InputUpdate.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends InputUpdate.Builder> |
InputUpdate.serializableBuilderClass() |
Copyright © 2022. All rights reserved.