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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InputParallelism.Buildercount(Integer count)The number of in-application streams to create.-
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, sdkFields
-
-
-
-
Method Detail
-
count
InputParallelism.Builder count(Integer 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.
-
-