Interface InputParallelism.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<InputParallelism.Builder,,InputParallelism> SdkBuilder<InputParallelism.Builder,,InputParallelism> SdkPojo
- Enclosing class:
 InputParallelism
public static interface InputParallelism.Builder
extends SdkPojo, CopyableBuilder<InputParallelism.Builder,InputParallelism> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe number of in-application streams to create.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
count
The number of in-application streams to create.
- Parameters:
 count- The number of in-application streams to create.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -