| Package | Description |
|---|---|
| software.amazon.awssdk.services.kinesisanalytics.model |
| Modifier and Type | Method and Description |
|---|---|
static InputUpdate.Builder |
InputUpdate.builder() |
InputUpdate.Builder |
InputUpdate.Builder.inputId(String inputId)
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 in-application streams Amazon Kinesis Analytics creates for the
specific streaming source).
|
InputUpdate.Builder |
InputUpdate.Builder.inputParallelismUpdate(InputParallelismUpdate inputParallelismUpdate)
Describes the parallelism updates (the number in-application streams Amazon Kinesis Analytics creates for the
specific streaming source).
|
default InputUpdate.Builder |
InputUpdate.Builder.inputProcessingConfigurationUpdate(Consumer<InputProcessingConfigurationUpdate.Builder> inputProcessingConfigurationUpdate)
Describes updates for an input processing configuration.
|
InputUpdate.Builder |
InputUpdate.Builder.inputProcessingConfigurationUpdate(InputProcessingConfigurationUpdate inputProcessingConfigurationUpdate)
Describes updates for an input processing configuration.
|
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 an Amazon Kinesis Firehose delivery stream is the streaming source to be updated, provides an updated
stream ARN and IAM role ARN.
|
InputUpdate.Builder |
InputUpdate.Builder.kinesisFirehoseInputUpdate(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.
|
default InputUpdate.Builder |
InputUpdate.Builder.kinesisStreamsInputUpdate(Consumer<KinesisStreamsInputUpdate.Builder> 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.Builder |
InputUpdate.Builder.kinesisStreamsInputUpdate(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.Builder |
InputUpdate.Builder.namePrefixUpdate(String namePrefixUpdate)
Name prefix for in-application streams that Amazon Kinesis 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 © 2023. All rights reserved.