Class ParallelismConfigurationUpdate
- All Implemented Interfaces:
 Serializable,SdkPojo,ToCopyableBuilder<ParallelismConfigurationUpdate.Builder,ParallelismConfigurationUpdate> 
Describes updates to parameters for how an application executes multiple tasks simultaneously.
- See Also:
 
- 
Nested Class Summary
Nested Classes - 
Method Summary
Modifier and TypeMethodDescriptionfinal BooleanDescribes updates to whether the Kinesis Data Analytics service can increase the parallelism of a Flink-based Kinesis Data Analytics application in response to increased throughput.builder()final ConfigurationTypeDescribes updates to whether the application uses the default parallelism for the Kinesis Data Analytics service, or if a custom parallelism is used.final StringDescribes updates to whether the application uses the default parallelism for the Kinesis Data Analytics service, or if a custom parallelism is used.final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()final IntegerDescribes updates to the number of parallel tasks an application can perform per Kinesis Processing Unit (KPU) used by the application.final IntegerDescribes updates to the initial number of parallel tasks an application can perform.static Class<? extends ParallelismConfigurationUpdate.Builder> Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy 
- 
Method Details
- 
configurationTypeUpdate
Describes updates to whether the application uses the default parallelism for the Kinesis Data Analytics service, or if a custom parallelism is used. You must set this property to
CUSTOMin order to change your application'sAutoScalingEnabled,Parallelism, orParallelismPerKPUproperties.If the service returns an enum value that is not available in the current SDK version,
configurationTypeUpdatewill returnConfigurationType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromconfigurationTypeUpdateAsString().- Returns:
 - Describes updates to whether the application uses the default parallelism for the Kinesis Data Analytics
         service, or if a custom parallelism is used. You must set this property to 
CUSTOMin order to change your application'sAutoScalingEnabled,Parallelism, orParallelismPerKPUproperties. - See Also:
 
 - 
configurationTypeUpdateAsString
Describes updates to whether the application uses the default parallelism for the Kinesis Data Analytics service, or if a custom parallelism is used. You must set this property to
CUSTOMin order to change your application'sAutoScalingEnabled,Parallelism, orParallelismPerKPUproperties.If the service returns an enum value that is not available in the current SDK version,
configurationTypeUpdatewill returnConfigurationType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromconfigurationTypeUpdateAsString().- Returns:
 - Describes updates to whether the application uses the default parallelism for the Kinesis Data Analytics
         service, or if a custom parallelism is used. You must set this property to 
CUSTOMin order to change your application'sAutoScalingEnabled,Parallelism, orParallelismPerKPUproperties. - See Also:
 
 - 
parallelismUpdate
Describes updates to the initial number of parallel tasks an application can perform. If
AutoScalingEnabledis set to True, then Kinesis Data Analytics can increase theCurrentParallelismvalue in response to application load. The service can increaseCurrentParallelismup to the maximum parallelism, which isParalellismPerKPUtimes the maximum KPUs for the application. The maximum KPUs for an application is 32 by default, and can be increased by requesting a limit increase. If application load is reduced, the service will reduceCurrentParallelismdown to theParallelismsetting.- Returns:
 - Describes updates to the initial number of parallel tasks an application can perform. If
         
AutoScalingEnabledis set to True, then Kinesis Data Analytics can increase theCurrentParallelismvalue in response to application load. The service can increaseCurrentParallelismup to the maximum parallelism, which isParalellismPerKPUtimes the maximum KPUs for the application. The maximum KPUs for an application is 32 by default, and can be increased by requesting a limit increase. If application load is reduced, the service will reduceCurrentParallelismdown to theParallelismsetting. 
 - 
parallelismPerKPUUpdate
Describes updates to the number of parallel tasks an application can perform per Kinesis Processing Unit (KPU) used by the application.
- Returns:
 - Describes updates to the number of parallel tasks an application can perform per Kinesis Processing Unit (KPU) used by the application.
 
 - 
autoScalingEnabledUpdate
Describes updates to whether the Kinesis Data Analytics service can increase the parallelism of a Flink-based Kinesis Data Analytics application in response to increased throughput.
- Returns:
 - Describes updates to whether the Kinesis Data Analytics service can increase the parallelism of a Flink-based Kinesis Data Analytics application in response to increased throughput.
 
 - 
toBuilder
Description copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
 toBuilderin interfaceToCopyableBuilder<ParallelismConfigurationUpdate.Builder,ParallelismConfigurationUpdate> - Returns:
 - a builder for type T
 
 - 
builder
 - 
serializableBuilderClass
 - 
hashCode
public final int hashCode() - 
equals
 - 
equalsBySdkFields
Description copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an
SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
 equalsBySdkFieldsin interfaceSdkPojo- Parameters:
 obj- the object to be compared with- Returns:
 - true if the other object equals to this object by sdk fields, false otherwise.
 
 - 
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. - 
getValueForField
 - 
sdkFields
 
 -