Interface ParallelismConfiguration.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<ParallelismConfiguration.Builder,,- ParallelismConfiguration> - SdkBuilder<ParallelismConfiguration.Builder,,- ParallelismConfiguration> - SdkPojo
- Enclosing class:
- ParallelismConfiguration
- 
Method SummaryModifier and TypeMethodDescriptionautoScalingEnabled(Boolean autoScalingEnabled) Describes whether the Managed Service for Apache Flink 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 Managed Service for Apache Flink service.configurationType(ConfigurationType configurationType) Describes whether the application uses the default parallelism for the Managed Service for Apache Flink service.parallelism(Integer parallelism) Describes the initial number of parallel tasks that a Managed Service for Apache Flink application can perform.parallelismPerKPU(Integer parallelismPerKPU) Describes the number of parallel tasks that a Managed Service for Apache Flink application can perform per Kinesis Processing Unit (KPU) used by the application.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
configurationTypeDescribes whether the application uses the default parallelism for the Managed Service for Apache Flink 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 Managed Service for Apache Flink service. You must set this property to- CUSTOMin order to change your application's- AutoScalingEnabled,- Parallelism, or- ParallelismPerKPUproperties.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
configurationTypeDescribes whether the application uses the default parallelism for the Managed Service for Apache Flink 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 Managed Service for Apache Flink service. You must set this property to- CUSTOMin order to change your application's- AutoScalingEnabled,- Parallelism, or- ParallelismPerKPUproperties.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
parallelismDescribes the initial number of parallel tasks that a Managed Service for Apache Flink application can perform. If AutoScalingEnabledis set to True, Managed Service for Apache Flink 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 64 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 Managed Service for Apache Flink application can perform. If- AutoScalingEnabledis set to True, Managed Service for Apache Flink increases the- CurrentParallelismvalue in response to application load. The service can increase the- CurrentParallelismvalue up to the maximum parallelism, which is- ParalellismPerKPUtimes the maximum KPUs for the application. The maximum KPUs for an application is 64 by default, and can be increased by requesting a limit increase. If application load is reduced, the service can reduce the- CurrentParallelismvalue down to the- Parallelismsetting.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
parallelismPerKPUDescribes the number of parallel tasks that a Managed Service for Apache Flink application can perform per Kinesis Processing Unit (KPU) used by the application. For more information about KPUs, see Amazon Managed Service for Apache Flink Pricing. - Parameters:
- parallelismPerKPU- Describes the number of parallel tasks that a Managed Service for Apache Flink application can perform per Kinesis Processing Unit (KPU) used by the application. For more information about KPUs, see Amazon Managed Service for Apache Flink Pricing.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
autoScalingEnabledDescribes whether the Managed Service for Apache Flink service can increase the parallelism of the application in response to increased throughput. - Parameters:
- autoScalingEnabled- Describes whether the Managed Service for Apache Flink 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.
 
 
-