@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class InputParallelism extends Object implements Serializable, Cloneable, StructuredPojo
Describes the number of in-application streams to create for a given streaming source. For information about parallellism, see Configuring Application Input.
Constructor and Description |
---|
InputParallelism() |
Modifier and Type | Method and Description |
---|---|
InputParallelism |
clone() |
boolean |
equals(Object obj) |
Integer |
getCount()
Number of in-application streams to create.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setCount(Integer count)
Number of in-application streams to create.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
InputParallelism |
withCount(Integer count)
Number of in-application streams to create.
|
public void setCount(Integer count)
Number of in-application streams to create. For more information, see Limits.
count
- Number of in-application streams to create. For more information, see Limits.public Integer getCount()
Number of in-application streams to create. For more information, see Limits.
public InputParallelism withCount(Integer count)
Number of in-application streams to create. For more information, see Limits.
count
- Number of in-application streams to create. For more information, see Limits.public String toString()
toString
in class Object
Object.toString()
public InputParallelism clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2017. All rights reserved.