public static interface ParallelismConfiguration.Builder extends SdkPojo, CopyableBuilder<ParallelismConfiguration.Builder,ParallelismConfiguration>
| Modifier and Type | Method and Description |
|---|---|
ParallelismConfiguration.Builder |
autoScalingEnabled(Boolean autoScalingEnabled)
Describes whether the Kinesis Data Analytics service can increase the parallelism of the application in
response to increased throughput.
|
ParallelismConfiguration.Builder |
configurationType(ConfigurationType configurationType)
Describes whether the application uses the default parallelism for the Kinesis Data Analytics service.
|
ParallelismConfiguration.Builder |
configurationType(String configurationType)
Describes whether the application uses the default parallelism for the Kinesis Data Analytics service.
|
ParallelismConfiguration.Builder |
parallelism(Integer parallelism)
Describes the initial number of parallel tasks that a Flink-based Kinesis Data Analytics application can
perform.
|
ParallelismConfiguration.Builder |
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.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildParallelismConfiguration.Builder configurationType(String configurationType)
Describes whether the application uses the default parallelism for the Kinesis Data Analytics service. You
must set this property to CUSTOM in order to change your application's
AutoScalingEnabled, Parallelism, or ParallelismPerKPU properties.
configurationType - Describes whether the application uses the default parallelism for the Kinesis Data Analytics service.
You must set this property to CUSTOM in order to change your application's
AutoScalingEnabled, Parallelism, or ParallelismPerKPU
properties.ConfigurationType,
ConfigurationTypeParallelismConfiguration.Builder configurationType(ConfigurationType configurationType)
Describes whether the application uses the default parallelism for the Kinesis Data Analytics service. You
must set this property to CUSTOM in order to change your application's
AutoScalingEnabled, Parallelism, or ParallelismPerKPU properties.
configurationType - Describes whether the application uses the default parallelism for the Kinesis Data Analytics service.
You must set this property to CUSTOM in order to change your application's
AutoScalingEnabled, Parallelism, or ParallelismPerKPU
properties.ConfigurationType,
ConfigurationTypeParallelismConfiguration.Builder parallelism(Integer parallelism)
Describes the initial number of parallel tasks that a Flink-based Kinesis Data Analytics application can
perform. If AutoScalingEnabled is set to True, Kinesis Data Analytics increases the
CurrentParallelism value in response to application load. The service can increase the
CurrentParallelism value up to the maximum parallelism, which is ParalellismPerKPU
times 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 the
CurrentParallelism value down to the Parallelism setting.
parallelism - Describes the initial number of parallel tasks that a Flink-based Kinesis Data Analytics application
can perform. If AutoScalingEnabled is set to True, Kinesis Data Analytics increases the
CurrentParallelism value in response to application load. The service can increase the
CurrentParallelism value up to the maximum parallelism, which is
ParalellismPerKPU times 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 the CurrentParallelism value down to the
Parallelism setting.ParallelismConfiguration.Builder 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. For more information about KPUs, see Amazon Kinesis Data Analytics Pricing.
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.ParallelismConfiguration.Builder autoScalingEnabled(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.Copyright © 2022. All rights reserved.