Class CfnJobTemplatePropsMixin.JobExecutionsRolloutConfigProperty.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.iot.mixins.CfnJobTemplatePropsMixin.JobExecutionsRolloutConfigProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnJobTemplatePropsMixin.JobExecutionsRolloutConfigProperty>
- Enclosing interface:
CfnJobTemplatePropsMixin.JobExecutionsRolloutConfigProperty
@Stability(Stable)
public static final class CfnJobTemplatePropsMixin.JobExecutionsRolloutConfigProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnJobTemplatePropsMixin.JobExecutionsRolloutConfigProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.exponentialRolloutRate(IResolvable exponentialRolloutRate) exponentialRolloutRate(CfnJobTemplatePropsMixin.ExponentialRolloutRateProperty exponentialRolloutRate) maximumPerMinute(Number maximumPerMinute)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
exponentialRolloutRate
@Stability(Stable) public CfnJobTemplatePropsMixin.JobExecutionsRolloutConfigProperty.Builder exponentialRolloutRate(IResolvable exponentialRolloutRate) Sets the value ofCfnJobTemplatePropsMixin.JobExecutionsRolloutConfigProperty.getExponentialRolloutRate()- Parameters:
exponentialRolloutRate- The rate of increase for a job rollout. This parameter allows you to define an exponential rate for a job rollout.- Returns:
this
-
exponentialRolloutRate
@Stability(Stable) public CfnJobTemplatePropsMixin.JobExecutionsRolloutConfigProperty.Builder exponentialRolloutRate(CfnJobTemplatePropsMixin.ExponentialRolloutRateProperty exponentialRolloutRate) Sets the value ofCfnJobTemplatePropsMixin.JobExecutionsRolloutConfigProperty.getExponentialRolloutRate()- Parameters:
exponentialRolloutRate- The rate of increase for a job rollout. This parameter allows you to define an exponential rate for a job rollout.- Returns:
this
-
maximumPerMinute
@Stability(Stable) public CfnJobTemplatePropsMixin.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<CfnJobTemplatePropsMixin.JobExecutionsRolloutConfigProperty>- Returns:
- a new instance of
CfnJobTemplatePropsMixin.JobExecutionsRolloutConfigProperty - Throws:
NullPointerException- if any required attribute was not provided
-