Class CfnJobTemplate.JobExecutionsRolloutConfigProperty.Builder
java.lang.Object
software.amazon.awscdk.services.iot.CfnJobTemplate.JobExecutionsRolloutConfigProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnJobTemplate.JobExecutionsRolloutConfigProperty>
- Enclosing interface:
CfnJobTemplate.JobExecutionsRolloutConfigProperty
@Stability(Stable)
public static final class CfnJobTemplate.JobExecutionsRolloutConfigProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnJobTemplate.JobExecutionsRolloutConfigProperty>
A builder for
CfnJobTemplate.JobExecutionsRolloutConfigProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.exponentialRolloutRate
(IResolvable exponentialRolloutRate) exponentialRolloutRate
(CfnJobTemplate.ExponentialRolloutRateProperty exponentialRolloutRate) maximumPerMinute
(Number maximumPerMinute) Sets the value ofCfnJobTemplate.JobExecutionsRolloutConfigProperty.getMaximumPerMinute()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
exponentialRolloutRate
@Stability(Stable) public CfnJobTemplate.JobExecutionsRolloutConfigProperty.Builder exponentialRolloutRate(IResolvable exponentialRolloutRate) - 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 CfnJobTemplate.JobExecutionsRolloutConfigProperty.Builder exponentialRolloutRate(CfnJobTemplate.ExponentialRolloutRateProperty exponentialRolloutRate) - 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 CfnJobTemplate.JobExecutionsRolloutConfigProperty.Builder maximumPerMinute(Number maximumPerMinute) Sets the value ofCfnJobTemplate.JobExecutionsRolloutConfigProperty.getMaximumPerMinute()
- 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:
build
in interfacesoftware.amazon.jsii.Builder<CfnJobTemplate.JobExecutionsRolloutConfigProperty>
- Returns:
- a new instance of
CfnJobTemplate.JobExecutionsRolloutConfigProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-