Class CfnDeployment.IoTJobExecutionsRolloutConfigProperty.Builder
java.lang.Object
software.amazon.awscdk.services.greengrassv2.CfnDeployment.IoTJobExecutionsRolloutConfigProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDeployment.IoTJobExecutionsRolloutConfigProperty>
- Enclosing interface:
- CfnDeployment.IoTJobExecutionsRolloutConfigProperty
@Stability(Stable)
public static final class CfnDeployment.IoTJobExecutionsRolloutConfigProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDeployment.IoTJobExecutionsRolloutConfigProperty>
A builder for
CfnDeployment.IoTJobExecutionsRolloutConfigProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.exponentialRate
(IResolvable exponentialRate) Sets the value ofCfnDeployment.IoTJobExecutionsRolloutConfigProperty.getExponentialRate()
exponentialRate
(CfnDeployment.IoTJobExponentialRolloutRateProperty exponentialRate) Sets the value ofCfnDeployment.IoTJobExecutionsRolloutConfigProperty.getExponentialRate()
maximumPerMinute
(Number maximumPerMinute)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
exponentialRate
@Stability(Stable) public CfnDeployment.IoTJobExecutionsRolloutConfigProperty.Builder exponentialRate(IResolvable exponentialRate) Sets the value ofCfnDeployment.IoTJobExecutionsRolloutConfigProperty.getExponentialRate()
- Parameters:
exponentialRate
- The exponential rate to increase the job rollout rate.- Returns:
this
-
exponentialRate
@Stability(Stable) public CfnDeployment.IoTJobExecutionsRolloutConfigProperty.Builder exponentialRate(CfnDeployment.IoTJobExponentialRolloutRateProperty exponentialRate) Sets the value ofCfnDeployment.IoTJobExecutionsRolloutConfigProperty.getExponentialRate()
- Parameters:
exponentialRate
- The exponential rate to increase the job rollout rate.- Returns:
this
-
maximumPerMinute
@Stability(Stable) public CfnDeployment.IoTJobExecutionsRolloutConfigProperty.Builder maximumPerMinute(Number maximumPerMinute) - Parameters:
maximumPerMinute
- The maximum number of devices that receive a pending job notification, per minute.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnDeployment.IoTJobExecutionsRolloutConfigProperty>
- Returns:
- a new instance of
CfnDeployment.IoTJobExecutionsRolloutConfigProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-