Class CfnDeploymentPropsMixin.IoTJobExponentialRolloutRateProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.greengrassv2.CfnDeploymentPropsMixin.IoTJobExponentialRolloutRateProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDeploymentPropsMixin.IoTJobExponentialRolloutRateProperty>
- Enclosing interface:
CfnDeploymentPropsMixin.IoTJobExponentialRolloutRateProperty
@Stability(Stable)
public static final class CfnDeploymentPropsMixin.IoTJobExponentialRolloutRateProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDeploymentPropsMixin.IoTJobExponentialRolloutRateProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbaseRatePerMinute(Number baseRatePerMinute) build()Builds the configured instance.incrementFactor(Number incrementFactor) rateIncreaseCriteria(Object rateIncreaseCriteria)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
baseRatePerMinute
@Stability(Stable) public CfnDeploymentPropsMixin.IoTJobExponentialRolloutRateProperty.Builder baseRatePerMinute(Number baseRatePerMinute) Sets the value ofCfnDeploymentPropsMixin.IoTJobExponentialRolloutRateProperty.getBaseRatePerMinute()- Parameters:
baseRatePerMinute- The minimum number of devices that receive a pending job notification, per minute, when the job starts. This parameter defines the initial rollout rate of the job.- Returns:
this
-
incrementFactor
@Stability(Stable) public CfnDeploymentPropsMixin.IoTJobExponentialRolloutRateProperty.Builder incrementFactor(Number incrementFactor) - Parameters:
incrementFactor- The exponential factor to increase the rollout rate for the job. This parameter supports up to one digit after the decimal (for example, you can specify1.5, but not1.55).- Returns:
this
-
rateIncreaseCriteria
@Stability(Stable) public CfnDeploymentPropsMixin.IoTJobExponentialRolloutRateProperty.Builder rateIncreaseCriteria(Object rateIncreaseCriteria) Sets the value ofCfnDeploymentPropsMixin.IoTJobExponentialRolloutRateProperty.getRateIncreaseCriteria()- Parameters:
rateIncreaseCriteria- The criteria to increase the rollout rate for the job.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDeploymentPropsMixin.IoTJobExponentialRolloutRateProperty>- Returns:
- a new instance of
CfnDeploymentPropsMixin.IoTJobExponentialRolloutRateProperty - Throws:
NullPointerException- if any required attribute was not provided
-