public static interface ParallelismConfigurationDescription.Builder extends SdkPojo, CopyableBuilder<ParallelismConfigurationDescription.Builder,ParallelismConfigurationDescription>
Modifier and Type | Method and Description |
---|---|
ParallelismConfigurationDescription.Builder |
autoScalingEnabled(Boolean autoScalingEnabled)
Describes whether the Kinesis Data Analytics service can increase the parallelism of the application in
response to increased throughput.
|
ParallelismConfigurationDescription.Builder |
configurationType(ConfigurationType configurationType)
Describes whether the application uses the default parallelism for the Kinesis Data Analytics service.
|
ParallelismConfigurationDescription.Builder |
configurationType(String configurationType)
Describes whether the application uses the default parallelism for the Kinesis Data Analytics service.
|
ParallelismConfigurationDescription.Builder |
currentParallelism(Integer currentParallelism)
Describes the current number of parallel tasks that a Java-based Kinesis Data Analytics application can
perform.
|
ParallelismConfigurationDescription.Builder |
parallelism(Integer parallelism)
Describes the initial number of parallel tasks that a Java-based Kinesis Data Analytics application can
perform.
|
ParallelismConfigurationDescription.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
ParallelismConfigurationDescription.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
ParallelismConfigurationDescription.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
ParallelismConfigurationDescription.Builder parallelism(Integer parallelism)
Describes the initial number of parallel tasks that a Java-based Kinesis Data Analytics application can perform.
parallelism
- Describes the initial number of parallel tasks that a Java-based Kinesis Data Analytics application
can perform.ParallelismConfigurationDescription.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.
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.ParallelismConfigurationDescription.Builder currentParallelism(Integer currentParallelism)
Describes the current number of parallel tasks that a Java-based Kinesis Data Analytics application can perform.
currentParallelism
- Describes the current number of parallel tasks that a Java-based Kinesis Data Analytics application
can perform.ParallelismConfigurationDescription.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.