Struct aws_sdk_iot::model::exponential_rollout_rate::Builder
source · [−]pub struct Builder { /* private fields */ }Expand description
A builder for ExponentialRolloutRate.
Implementations
sourceimpl Builder
impl Builder
sourcepub fn base_rate_per_minute(self, input: i32) -> Self
pub fn base_rate_per_minute(self, input: i32) -> Self
The minimum number of things that will be notified of a pending job, per minute at the start of job rollout. This parameter allows you to define the initial rate of rollout.
sourcepub fn set_base_rate_per_minute(self, input: Option<i32>) -> Self
pub fn set_base_rate_per_minute(self, input: Option<i32>) -> Self
The minimum number of things that will be notified of a pending job, per minute at the start of job rollout. This parameter allows you to define the initial rate of rollout.
sourcepub fn increment_factor(self, input: f64) -> Self
pub fn increment_factor(self, input: f64) -> Self
The exponential factor to increase the rate of rollout for a job.
Amazon Web Services IoT Core supports up to one digit after the decimal (for example, 1.5, but not 1.55).
sourcepub fn set_increment_factor(self, input: Option<f64>) -> Self
pub fn set_increment_factor(self, input: Option<f64>) -> Self
The exponential factor to increase the rate of rollout for a job.
Amazon Web Services IoT Core supports up to one digit after the decimal (for example, 1.5, but not 1.55).
sourcepub fn rate_increase_criteria(self, input: RateIncreaseCriteria) -> Self
pub fn rate_increase_criteria(self, input: RateIncreaseCriteria) -> Self
The criteria to initiate the increase in rate of rollout for a job.
sourcepub fn set_rate_increase_criteria(
self,
input: Option<RateIncreaseCriteria>
) -> Self
pub fn set_rate_increase_criteria(
self,
input: Option<RateIncreaseCriteria>
) -> Self
The criteria to initiate the increase in rate of rollout for a job.
sourcepub fn build(self) -> ExponentialRolloutRate
pub fn build(self) -> ExponentialRolloutRate
Consumes the builder and constructs a ExponentialRolloutRate.