Class CfnJobPropsMixin.JobExecutionsRolloutConfigProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.iot.CfnJobPropsMixin.JobExecutionsRolloutConfigProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnJobPropsMixin.JobExecutionsRolloutConfigProperty>
- Enclosing interface:
CfnJobPropsMixin.JobExecutionsRolloutConfigProperty
@Stability(Stable)
public static final class CfnJobPropsMixin.JobExecutionsRolloutConfigProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnJobPropsMixin.JobExecutionsRolloutConfigProperty>
A builder for
CfnJobPropsMixin.JobExecutionsRolloutConfigProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.exponentialRate(CfnJobPropsMixin.ExponentialRolloutRateProperty exponentialRate) Sets the value ofCfnJobPropsMixin.JobExecutionsRolloutConfigProperty.getExponentialRate()exponentialRate(IResolvable exponentialRate) Sets the value ofCfnJobPropsMixin.JobExecutionsRolloutConfigProperty.getExponentialRate()maximumPerMinute(Number maximumPerMinute)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
exponentialRate
@Stability(Stable) public CfnJobPropsMixin.JobExecutionsRolloutConfigProperty.Builder exponentialRate(IResolvable exponentialRate) Sets the value ofCfnJobPropsMixin.JobExecutionsRolloutConfigProperty.getExponentialRate()- Parameters:
exponentialRate- Allows you to create an exponential rate of rollout for a job.- Returns:
this
-
exponentialRate
@Stability(Stable) public CfnJobPropsMixin.JobExecutionsRolloutConfigProperty.Builder exponentialRate(CfnJobPropsMixin.ExponentialRolloutRateProperty exponentialRate) Sets the value ofCfnJobPropsMixin.JobExecutionsRolloutConfigProperty.getExponentialRate()- Parameters:
exponentialRate- Allows you to create an exponential rate of rollout for a job.- Returns:
this
-
maximumPerMinute
@Stability(Stable) public CfnJobPropsMixin.JobExecutionsRolloutConfigProperty.Builder maximumPerMinute(Number maximumPerMinute) - Parameters:
maximumPerMinute- The maximum number of things that will be notified of a pending job, per minute. This parameter allows you to create a staged rollout.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnJobPropsMixin.JobExecutionsRolloutConfigProperty>- Returns:
- a new instance of
CfnJobPropsMixin.JobExecutionsRolloutConfigProperty - Throws:
NullPointerException- if any required attribute was not provided
-