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 Java-based Kinesis Data Analytics application can
perform.
|
ParallelismConfiguration.Builder |
parallelismPerKPU(Integer parallelismPerKPU)
Describes the number of parallel tasks that a Java-based Kinesis Data Analytics application can perform per
Kinesis Processing Unit (KPU) used by the application.
|
copy
applyMutation, build
ParallelismConfiguration.Builder configurationType(String configurationType)
Describes whether the application uses the default parallelism for the Kinesis Data Analytics service.
configurationType
- Describes whether the application uses the default parallelism for the Kinesis Data Analytics service.ConfigurationType
,
ConfigurationType
ParallelismConfiguration.Builder configurationType(ConfigurationType configurationType)
Describes whether the application uses the default parallelism for the Kinesis Data Analytics service.
configurationType
- Describes whether the application uses the default parallelism for the Kinesis Data Analytics service.ConfigurationType
,
ConfigurationType
ParallelismConfiguration.Builder parallelism(Integer parallelism)
Describes the initial number of parallel tasks that a Java-based Kinesis Data Analytics application can
perform. The Kinesis Data Analytics service can increase this number automatically if
ParallelismConfiguration$AutoScalingEnabled is set to true
.
parallelism
- Describes the initial number of parallel tasks that a Java-based Kinesis Data Analytics application
can perform. The Kinesis Data Analytics service can increase this number automatically if
ParallelismConfiguration$AutoScalingEnabled is set to true
.ParallelismConfiguration.Builder parallelismPerKPU(Integer parallelismPerKPU)
Describes the number of parallel tasks that a Java-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 Java-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 © 2017 Amazon Web Services, Inc. All Rights Reserved.