Uses of Interface
software.amazon.awssdk.services.kinesisanalytics.model.InputParallelismUpdate.Builder
-
Packages that use InputParallelismUpdate.Builder Package Description software.amazon.awssdk.services.kinesisanalytics.model -
-
Uses of InputParallelismUpdate.Builder in software.amazon.awssdk.services.kinesisanalytics.model
Methods in software.amazon.awssdk.services.kinesisanalytics.model that return InputParallelismUpdate.Builder Modifier and Type Method Description static InputParallelismUpdate.BuilderInputParallelismUpdate. builder()InputParallelismUpdate.BuilderInputParallelismUpdate.Builder. countUpdate(Integer countUpdate)Number of in-application streams to create for the specified streaming source.InputParallelismUpdate.BuilderInputParallelismUpdate. toBuilder()Methods in software.amazon.awssdk.services.kinesisanalytics.model that return types with arguments of type InputParallelismUpdate.Builder Modifier and Type Method Description static Class<? extends InputParallelismUpdate.Builder>InputParallelismUpdate. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.kinesisanalytics.model with type arguments of type InputParallelismUpdate.Builder Modifier and Type Method Description default InputUpdate.BuilderInputUpdate.Builder. inputParallelismUpdate(Consumer<InputParallelismUpdate.Builder> inputParallelismUpdate)Describes the parallelism updates (the number in-application streams Amazon Kinesis Analytics creates for the specific streaming source).
-