@Generated(value="software.amazon.awssdk:codegen") public final class InputParallelism extends Object implements SdkPojo, Serializable, ToCopyableBuilder<InputParallelism.Builder,InputParallelism>
Describes the number of in-application streams to create for a given streaming source. For information about parallelism, see Configuring Application Input.
| Modifier and Type | Class and Description | 
|---|---|
static interface  | 
InputParallelism.Builder  | 
| Modifier and Type | Method and Description | 
|---|---|
static InputParallelism.Builder | 
builder()  | 
Integer | 
count()
 Number of in-application streams to create. 
 | 
boolean | 
equals(Object obj)  | 
<T> Optional<T> | 
getValueForField(String fieldName,
                Class<T> clazz)  | 
int | 
hashCode()  | 
List<SdkField<?>> | 
sdkFields()  | 
static Class<? extends InputParallelism.Builder> | 
serializableBuilderClass()  | 
InputParallelism.Builder | 
toBuilder()
Take this object and create a builder that contains all of the current property values of this object. 
 | 
String | 
toString()  | 
copypublic Integer count()
Number of in-application streams to create. For more information, see Limits.
public InputParallelism.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<InputParallelism.Builder,InputParallelism>public static InputParallelism.Builder builder()
public static Class<? extends InputParallelism.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.