| Package | Description |
|---|---|
| software.amazon.awssdk.services.kinesisanalytics.model |
| Modifier and Type | Method and Description |
|---|---|
static InputParallelismUpdate.Builder |
InputParallelismUpdate.builder() |
InputParallelismUpdate.Builder |
InputParallelismUpdate.Builder.countUpdate(Integer countUpdate)
Number of in-application streams to create for the specified streaming source.
|
InputParallelismUpdate.Builder |
InputParallelismUpdate.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends InputParallelismUpdate.Builder> |
InputParallelismUpdate.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
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).
|
Copyright © 2023. All rights reserved.