@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ParallelismConfigurationDescription extends Object implements Serializable, Cloneable, StructuredPojo
Describes parameters for how a Java-based Kinesis Data Analytics application executes multiple tasks simultaneously.
Constructor and Description |
---|
ParallelismConfigurationDescription() |
Modifier and Type | Method and Description |
---|---|
ParallelismConfigurationDescription |
clone() |
boolean |
equals(Object obj) |
Boolean |
getAutoScalingEnabled()
Describes whether the Kinesis Data Analytics service can increase the parallelism of the application in response
to increased throughput.
|
String |
getConfigurationType()
Describes whether the application uses the default parallelism for the Kinesis Data Analytics service.
|
Integer |
getCurrentParallelism()
Describes the current number of parallel tasks that a Java-based Kinesis Data Analytics application can perform.
|
Integer |
getParallelism()
Describes the initial number of parallel tasks that a Java-based Kinesis Data Analytics application can perform.
|
Integer |
getParallelismPerKPU()
Describes the number of parallel tasks that a Java-based Kinesis Data Analytics application can perform per
Kinesis Processing Unit (KPU) used by the application.
|
int |
hashCode() |
Boolean |
isAutoScalingEnabled()
Describes whether the Kinesis Data Analytics service can increase the parallelism of the application in response
to increased throughput.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAutoScalingEnabled(Boolean autoScalingEnabled)
Describes whether the Kinesis Data Analytics service can increase the parallelism of the application in response
to increased throughput.
|
void |
setConfigurationType(String configurationType)
Describes whether the application uses the default parallelism for the Kinesis Data Analytics service.
|
void |
setCurrentParallelism(Integer currentParallelism)
Describes the current number of parallel tasks that a Java-based Kinesis Data Analytics application can perform.
|
void |
setParallelism(Integer parallelism)
Describes the initial number of parallel tasks that a Java-based Kinesis Data Analytics application can perform.
|
void |
setParallelismPerKPU(Integer parallelismPerKPU)
Describes the number of parallel tasks that a Java-based Kinesis Data Analytics application can perform per
Kinesis Processing Unit (KPU) used by the application.
|
String |
toString()
Returns a string representation of this object.
|
ParallelismConfigurationDescription |
withAutoScalingEnabled(Boolean autoScalingEnabled)
Describes whether the Kinesis Data Analytics service can increase the parallelism of the application in response
to increased throughput.
|
ParallelismConfigurationDescription |
withConfigurationType(ConfigurationType configurationType)
Describes whether the application uses the default parallelism for the Kinesis Data Analytics service.
|
ParallelismConfigurationDescription |
withConfigurationType(String configurationType)
Describes whether the application uses the default parallelism for the Kinesis Data Analytics service.
|
ParallelismConfigurationDescription |
withCurrentParallelism(Integer currentParallelism)
Describes the current number of parallel tasks that a Java-based Kinesis Data Analytics application can perform.
|
ParallelismConfigurationDescription |
withParallelism(Integer parallelism)
Describes the initial number of parallel tasks that a Java-based Kinesis Data Analytics application can perform.
|
ParallelismConfigurationDescription |
withParallelismPerKPU(Integer parallelismPerKPU)
Describes the number of parallel tasks that a Java-based Kinesis Data Analytics application can perform per
Kinesis Processing Unit (KPU) used by the application.
|
public void setConfigurationType(String configurationType)
Describes whether the application uses the default parallelism for the Kinesis Data Analytics service.
configurationType
- Describes whether the application uses the default parallelism for the Kinesis Data Analytics service.ConfigurationType
public String getConfigurationType()
Describes whether the application uses the default parallelism for the Kinesis Data Analytics service.
ConfigurationType
public ParallelismConfigurationDescription withConfigurationType(String configurationType)
Describes whether the application uses the default parallelism for the Kinesis Data Analytics service.
configurationType
- Describes whether the application uses the default parallelism for the Kinesis Data Analytics service.ConfigurationType
public ParallelismConfigurationDescription withConfigurationType(ConfigurationType configurationType)
Describes whether the application uses the default parallelism for the Kinesis Data Analytics service.
configurationType
- Describes whether the application uses the default parallelism for the Kinesis Data Analytics service.ConfigurationType
public void setParallelism(Integer parallelism)
Describes the initial number of parallel tasks that a Java-based Kinesis Data Analytics application can perform.
parallelism
- Describes the initial number of parallel tasks that a Java-based Kinesis Data Analytics application can
perform.public Integer getParallelism()
Describes the initial number of parallel tasks that a Java-based Kinesis Data Analytics application can perform.
public ParallelismConfigurationDescription withParallelism(Integer parallelism)
Describes the initial number of parallel tasks that a Java-based Kinesis Data Analytics application can perform.
parallelism
- Describes the initial number of parallel tasks that a Java-based Kinesis Data Analytics application can
perform.public void setParallelismPerKPU(Integer parallelismPerKPU)
Describes the number of parallel tasks that a Java-based Kinesis Data Analytics application can perform per Kinesis Processing Unit (KPU) used by the application.
parallelismPerKPU
- Describes the number of parallel tasks that a Java-based Kinesis Data Analytics application can perform
per Kinesis Processing Unit (KPU) used by the application.public Integer getParallelismPerKPU()
Describes the number of parallel tasks that a Java-based Kinesis Data Analytics application can perform per Kinesis Processing Unit (KPU) used by the application.
public ParallelismConfigurationDescription withParallelismPerKPU(Integer parallelismPerKPU)
Describes the number of parallel tasks that a Java-based Kinesis Data Analytics application can perform per Kinesis Processing Unit (KPU) used by the application.
parallelismPerKPU
- Describes the number of parallel tasks that a Java-based Kinesis Data Analytics application can perform
per Kinesis Processing Unit (KPU) used by the application.public void setCurrentParallelism(Integer currentParallelism)
Describes the current number of parallel tasks that a Java-based Kinesis Data Analytics application can perform.
currentParallelism
- Describes the current number of parallel tasks that a Java-based Kinesis Data Analytics application can
perform.public Integer getCurrentParallelism()
Describes the current number of parallel tasks that a Java-based Kinesis Data Analytics application can perform.
public ParallelismConfigurationDescription withCurrentParallelism(Integer currentParallelism)
Describes the current number of parallel tasks that a Java-based Kinesis Data Analytics application can perform.
currentParallelism
- Describes the current number of parallel tasks that a Java-based Kinesis Data Analytics application can
perform.public void setAutoScalingEnabled(Boolean autoScalingEnabled)
Describes whether the Kinesis Data Analytics service can increase the parallelism of the application in response to increased throughput.
autoScalingEnabled
- Describes whether the Kinesis Data Analytics service can increase the parallelism of the application in
response to increased throughput.public Boolean getAutoScalingEnabled()
Describes whether the Kinesis Data Analytics service can increase the parallelism of the application in response to increased throughput.
public ParallelismConfigurationDescription withAutoScalingEnabled(Boolean autoScalingEnabled)
Describes whether the Kinesis Data Analytics service can increase the parallelism of the application in response to increased throughput.
autoScalingEnabled
- Describes whether the Kinesis Data Analytics service can increase the parallelism of the application in
response to increased throughput.public Boolean isAutoScalingEnabled()
Describes whether the Kinesis Data Analytics service can increase the parallelism of the application in response to increased throughput.
public String toString()
toString
in class Object
Object.toString()
public ParallelismConfigurationDescription clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.