public static interface ParallelismConfigurationUpdate.Builder extends SdkPojo, CopyableBuilder<ParallelismConfigurationUpdate.Builder,ParallelismConfigurationUpdate>
Modifier and Type | Method and Description |
---|---|
ParallelismConfigurationUpdate.Builder |
autoScalingEnabledUpdate(Boolean autoScalingEnabledUpdate)
Describes updates to whether the Kinesis Data Analytics service can increase the parallelism of the
application in response to increased throughput.
|
ParallelismConfigurationUpdate.Builder |
configurationTypeUpdate(ConfigurationType configurationTypeUpdate)
Describes updates to whether the application uses the default parallelism for the Kinesis Data Analytics
service, or if a custom parallelism is used.
|
ParallelismConfigurationUpdate.Builder |
configurationTypeUpdate(String configurationTypeUpdate)
Describes updates to whether the application uses the default parallelism for the Kinesis Data Analytics
service, or if a custom parallelism is used.
|
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.
|
ParallelismConfigurationUpdate.Builder |
parallelismUpdate(Integer parallelismUpdate)
Describes updates to the initial number of parallel tasks an application can perform.
|
copy
applyMutation, build
ParallelismConfigurationUpdate.Builder configurationTypeUpdate(String configurationTypeUpdate)
Describes updates to whether the application uses the default parallelism for the Kinesis Data Analytics service, or if a custom parallelism is used.
configurationTypeUpdate
- Describes updates to whether the application uses the default parallelism for the Kinesis Data
Analytics service, or if a custom parallelism is used.ConfigurationType
,
ConfigurationType
ParallelismConfigurationUpdate.Builder configurationTypeUpdate(ConfigurationType configurationTypeUpdate)
Describes updates to whether the application uses the default parallelism for the Kinesis Data Analytics service, or if a custom parallelism is used.
configurationTypeUpdate
- Describes updates to whether the application uses the default parallelism for the Kinesis Data
Analytics service, or if a custom parallelism is used.ConfigurationType
,
ConfigurationType
ParallelismConfigurationUpdate.Builder parallelismUpdate(Integer parallelismUpdate)
Describes updates to the initial number of parallel tasks an application can perform.
parallelismUpdate
- Describes updates to the initial number of parallel tasks an application can perform.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.
parallelismPerKPUUpdate
- Describes updates to the number of parallel tasks an application can perform per Kinesis Processing
Unit (KPU) used by the application.ParallelismConfigurationUpdate.Builder autoScalingEnabledUpdate(Boolean autoScalingEnabledUpdate)
Describes updates to whether the Kinesis Data Analytics service can increase the parallelism of the application in response to increased throughput.
autoScalingEnabledUpdate
- Describes updates to 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.