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) |
|
InputUpdate.Builder |
InputUpdate.Builder.inputProcessingConfigurationUpdate(InputProcessingConfigurationUpdate inputProcessingConfigurationUpdate) |
|
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() |
|