@Stability(value=Stable) public static final class CfnApplication.ParallelismConfigurationProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnApplication.ParallelismConfigurationProperty>
CfnApplication.ParallelismConfigurationProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnApplication.ParallelismConfigurationProperty.Builder configurationType(String configurationType)
CfnApplication.ParallelismConfigurationProperty.getConfigurationType()configurationType - Describes whether the application uses the default parallelism for the Kinesis Data Analytics service. This parameter is required.
You must set this property to CUSTOM in order to change your application's AutoScalingEnabled , Parallelism , or ParallelismPerKPU properties.this@Stability(value=Stable) public CfnApplication.ParallelismConfigurationProperty.Builder autoScalingEnabled(Boolean autoScalingEnabled)
CfnApplication.ParallelismConfigurationProperty.getAutoScalingEnabled()autoScalingEnabled - Describes whether the Kinesis Data Analytics service can increase the parallelism of the application in response to increased throughput.this@Stability(value=Stable) public CfnApplication.ParallelismConfigurationProperty.Builder autoScalingEnabled(IResolvable autoScalingEnabled)
CfnApplication.ParallelismConfigurationProperty.getAutoScalingEnabled()autoScalingEnabled - Describes whether the Kinesis Data Analytics service can increase the parallelism of the application in response to increased throughput.this@Stability(value=Stable) public CfnApplication.ParallelismConfigurationProperty.Builder parallelism(Number parallelism)
CfnApplication.ParallelismConfigurationProperty.getParallelism()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 .this@Stability(value=Stable) public CfnApplication.ParallelismConfigurationProperty.Builder parallelismPerKpu(Number parallelismPerKpu)
CfnApplication.ParallelismConfigurationProperty.getParallelismPerKpu()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 .this@Stability(value=Stable) public CfnApplication.ParallelismConfigurationProperty build()
build in interface software.amazon.jsii.Builder<CfnApplication.ParallelismConfigurationProperty>CfnApplication.ParallelismConfigurationPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.