Interface InputParallelismUpdate.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<InputParallelismUpdate.Builder,InputParallelismUpdate>,SdkBuilder<InputParallelismUpdate.Builder,InputParallelismUpdate>,SdkPojo
- Enclosing class:
- InputParallelismUpdate
public static interface InputParallelismUpdate.Builder extends SdkPojo, CopyableBuilder<InputParallelismUpdate.Builder,InputParallelismUpdate>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InputParallelismUpdate.BuildercountUpdate(Integer countUpdate)Number of in-application streams to create for the specified streaming source.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
countUpdate
InputParallelismUpdate.Builder countUpdate(Integer countUpdate)
Number of in-application streams to create for the specified streaming source.
- Parameters:
countUpdate- Number of in-application streams to create for the specified streaming source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-