@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ParallelismConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Configuration that controls the parallelism of the pipeline. By default, the parallelism configuration specified applies to all executions of the pipeline unless overridden.
Constructor and Description |
---|
ParallelismConfiguration() |
Modifier and Type | Method and Description |
---|---|
ParallelismConfiguration |
clone() |
boolean |
equals(Object obj) |
Integer |
getMaxParallelExecutionSteps()
The max number of steps that can be executed in parallel.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setMaxParallelExecutionSteps(Integer maxParallelExecutionSteps)
The max number of steps that can be executed in parallel.
|
String |
toString()
Returns a string representation of this object.
|
ParallelismConfiguration |
withMaxParallelExecutionSteps(Integer maxParallelExecutionSteps)
The max number of steps that can be executed in parallel.
|
public void setMaxParallelExecutionSteps(Integer maxParallelExecutionSteps)
The max number of steps that can be executed in parallel.
maxParallelExecutionSteps
- The max number of steps that can be executed in parallel.public Integer getMaxParallelExecutionSteps()
The max number of steps that can be executed in parallel.
public ParallelismConfiguration withMaxParallelExecutionSteps(Integer maxParallelExecutionSteps)
The max number of steps that can be executed in parallel.
maxParallelExecutionSteps
- The max number of steps that can be executed in parallel.public String toString()
toString
in class Object
Object.toString()
public ParallelismConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.