Interface ParallelismConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ParallelismConfiguration.Builder,,ParallelismConfiguration> SdkBuilder<ParallelismConfiguration.Builder,,ParallelismConfiguration> SdkPojo
- Enclosing class:
ParallelismConfiguration
-
Method Summary
Modifier and TypeMethodDescriptionautoScalingEnabled(Boolean autoScalingEnabled) Describes whether the Kinesis Data Analytics service can increase the parallelism of the application in response to increased throughput.configurationType(String configurationType) Describes whether the application uses the default parallelism for the Kinesis Data Analytics service.configurationType(ConfigurationType configurationType) Describes whether the application uses the default parallelism for the Kinesis Data Analytics service.parallelism(Integer parallelism) Describes the initial number of parallel tasks that a Flink-based Kinesis Data Analytics application can perform.parallelismPerKPU(Integer parallelismPerKPU) Describes the number of parallel tasks that a Flink-based Kinesis Data Analytics application can perform per Kinesis Processing Unit (KPU) used by the application.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
configurationType
Describes whether the application uses the default parallelism for the Kinesis Data Analytics service. You must set this property to
CUSTOMin order to change your application'sAutoScalingEnabled,Parallelism, orParallelismPerKPUproperties.- Parameters:
configurationType- Describes whether the application uses the default parallelism for the Kinesis Data Analytics service. You must set this property toCUSTOMin order to change your application'sAutoScalingEnabled,Parallelism, orParallelismPerKPUproperties.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
configurationType
Describes whether the application uses the default parallelism for the Kinesis Data Analytics service. You must set this property to
CUSTOMin order to change your application'sAutoScalingEnabled,Parallelism, orParallelismPerKPUproperties.- Parameters:
configurationType- Describes whether the application uses the default parallelism for the Kinesis Data Analytics service. You must set this property toCUSTOMin order to change your application'sAutoScalingEnabled,Parallelism, orParallelismPerKPUproperties.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
parallelism
Describes the initial number of parallel tasks that a Flink-based Kinesis Data Analytics application can perform. If
AutoScalingEnabledis set to True, Kinesis Data Analytics increases theCurrentParallelismvalue in response to application load. The service can increase theCurrentParallelismvalue up 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 can reduce theCurrentParallelismvalue down to theParallelismsetting.- Parameters:
parallelism- Describes the initial number of parallel tasks that a Flink-based Kinesis Data Analytics application can perform. IfAutoScalingEnabledis set to True, Kinesis Data Analytics increases theCurrentParallelismvalue in response to application load. The service can increase theCurrentParallelismvalue up 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 can reduce theCurrentParallelismvalue down to theParallelismsetting.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
parallelismPerKPU
Describes the number of parallel tasks that a Flink-based Kinesis Data Analytics application can perform per Kinesis Processing Unit (KPU) used by the application. For more information about KPUs, see Amazon Kinesis Data Analytics Pricing.
- Parameters:
parallelismPerKPU- Describes the number of parallel tasks that a Flink-based Kinesis Data Analytics application can perform per Kinesis Processing Unit (KPU) used by the application. For more information about KPUs, see Amazon Kinesis Data Analytics Pricing.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
autoScalingEnabled
Describes whether the Kinesis Data Analytics service can increase the parallelism of the application in response to increased throughput.
- Parameters:
autoScalingEnabled- Describes whether the Kinesis Data Analytics service can increase the parallelism of the application in response to increased throughput.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-