Interface InputParallelismUpdate.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<InputParallelismUpdate.Builder,,- InputParallelismUpdate> - SdkBuilder<InputParallelismUpdate.Builder,,- InputParallelismUpdate> - SdkPojo
- Enclosing class:
- InputParallelismUpdate
@Mutable
@NotThreadSafe
public static interface InputParallelismUpdate.Builder
extends SdkPojo, CopyableBuilder<InputParallelismUpdate.Builder,InputParallelismUpdate> 
- 
Method SummaryModifier and TypeMethodDescriptioncountUpdate(Integer countUpdate) Number of in-application streams to create for the specified streaming source.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
countUpdateNumber 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.
 
 
-