Interface ParallelismConfigurationUpdate.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ParallelismConfigurationUpdate.Builder,ParallelismConfigurationUpdate>,SdkBuilder<ParallelismConfigurationUpdate.Builder,ParallelismConfigurationUpdate>,SdkPojo
- Enclosing class:
- ParallelismConfigurationUpdate
public static interface ParallelismConfigurationUpdate.Builder extends SdkPojo, CopyableBuilder<ParallelismConfigurationUpdate.Builder,ParallelismConfigurationUpdate>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ParallelismConfigurationUpdate.BuilderautoScalingEnabledUpdate(Boolean autoScalingEnabledUpdate)Describes updates to whether the Managed Service for Apache Flink service can increase the parallelism of a Managed Service for Apache Flink application in response to increased throughput.ParallelismConfigurationUpdate.BuilderconfigurationTypeUpdate(String configurationTypeUpdate)Describes updates to whether the application uses the default parallelism for the Managed Service for Apache Flink service, or if a custom parallelism is used.ParallelismConfigurationUpdate.BuilderconfigurationTypeUpdate(ConfigurationType configurationTypeUpdate)Describes updates to whether the application uses the default parallelism for the Managed Service for Apache Flink service, or if a custom parallelism is used.ParallelismConfigurationUpdate.BuilderparallelismPerKPUUpdate(Integer parallelismPerKPUUpdate)Describes updates to the number of parallel tasks an application can perform per Kinesis Processing Unit (KPU) used by the application.ParallelismConfigurationUpdate.BuilderparallelismUpdate(Integer parallelismUpdate)Describes updates to the initial number of parallel tasks an application can perform.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
configurationTypeUpdate
ParallelismConfigurationUpdate.Builder configurationTypeUpdate(String configurationTypeUpdate)
Describes updates to whether the application uses the default parallelism for the Managed Service for Apache Flink service, or if a custom parallelism is used. You must set this property to
CUSTOMin order to change your application'sAutoScalingEnabled,Parallelism, orParallelismPerKPUproperties.- Parameters:
configurationTypeUpdate- Describes updates to whether the application uses the default parallelism for the Managed Service for Apache Flink service, or if a custom parallelism is used. 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,ConfigurationType
-
configurationTypeUpdate
ParallelismConfigurationUpdate.Builder configurationTypeUpdate(ConfigurationType configurationTypeUpdate)
Describes updates to whether the application uses the default parallelism for the Managed Service for Apache Flink service, or if a custom parallelism is used. You must set this property to
CUSTOMin order to change your application'sAutoScalingEnabled,Parallelism, orParallelismPerKPUproperties.- Parameters:
configurationTypeUpdate- Describes updates to whether the application uses the default parallelism for the Managed Service for Apache Flink service, or if a custom parallelism is used. 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,ConfigurationType
-
parallelismUpdate
ParallelismConfigurationUpdate.Builder parallelismUpdate(Integer parallelismUpdate)
Describes updates to the initial number of parallel tasks an application can perform. If
AutoScalingEnabledis set to True, then Managed Service for Apache Flink 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.- Parameters:
parallelismUpdate- Describes updates to the initial number of parallel tasks an application can perform. IfAutoScalingEnabledis set to True, then Managed Service for Apache Flink 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:
- Returns a reference to this object so that method calls can be chained together.
-
parallelismPerKPUUpdate
ParallelismConfigurationUpdate.Builder parallelismPerKPUUpdate(Integer parallelismPerKPUUpdate)
Describes updates to the number of parallel tasks an application can perform per Kinesis Processing Unit (KPU) used by the application.
- Parameters:
parallelismPerKPUUpdate- Describes updates to the number of parallel tasks an application can perform per Kinesis Processing Unit (KPU) used by the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
autoScalingEnabledUpdate
ParallelismConfigurationUpdate.Builder autoScalingEnabledUpdate(Boolean autoScalingEnabledUpdate)
Describes updates to whether the Managed Service for Apache Flink service can increase the parallelism of a Managed Service for Apache Flink application in response to increased throughput.
- Parameters:
autoScalingEnabledUpdate- Describes updates to whether the Managed Service for Apache Flink service can increase the parallelism of a Managed Service for Apache Flink application in response to increased throughput.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-