Struct aws_sdk_iot::types::builders::RateIncreaseCriteriaBuilder
source · #[non_exhaustive]pub struct RateIncreaseCriteriaBuilder { /* private fields */ }Expand description
A builder for RateIncreaseCriteria.
Implementations§
source§impl RateIncreaseCriteriaBuilder
impl RateIncreaseCriteriaBuilder
sourcepub fn number_of_notified_things(self, input: i32) -> Self
pub fn number_of_notified_things(self, input: i32) -> Self
The threshold for number of notified things that will initiate the increase in rate of rollout.
sourcepub fn set_number_of_notified_things(self, input: Option<i32>) -> Self
pub fn set_number_of_notified_things(self, input: Option<i32>) -> Self
The threshold for number of notified things that will initiate the increase in rate of rollout.
sourcepub fn get_number_of_notified_things(&self) -> &Option<i32>
pub fn get_number_of_notified_things(&self) -> &Option<i32>
The threshold for number of notified things that will initiate the increase in rate of rollout.
sourcepub fn number_of_succeeded_things(self, input: i32) -> Self
pub fn number_of_succeeded_things(self, input: i32) -> Self
The threshold for number of succeeded things that will initiate the increase in rate of rollout.
sourcepub fn set_number_of_succeeded_things(self, input: Option<i32>) -> Self
pub fn set_number_of_succeeded_things(self, input: Option<i32>) -> Self
The threshold for number of succeeded things that will initiate the increase in rate of rollout.
sourcepub fn get_number_of_succeeded_things(&self) -> &Option<i32>
pub fn get_number_of_succeeded_things(&self) -> &Option<i32>
The threshold for number of succeeded things that will initiate the increase in rate of rollout.
sourcepub fn build(self) -> RateIncreaseCriteria
pub fn build(self) -> RateIncreaseCriteria
Consumes the builder and constructs a RateIncreaseCriteria.
Trait Implementations§
source§impl Clone for RateIncreaseCriteriaBuilder
impl Clone for RateIncreaseCriteriaBuilder
source§fn clone(&self) -> RateIncreaseCriteriaBuilder
fn clone(&self) -> RateIncreaseCriteriaBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for RateIncreaseCriteriaBuilder
impl Debug for RateIncreaseCriteriaBuilder
source§impl Default for RateIncreaseCriteriaBuilder
impl Default for RateIncreaseCriteriaBuilder
source§fn default() -> RateIncreaseCriteriaBuilder
fn default() -> RateIncreaseCriteriaBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for RateIncreaseCriteriaBuilder
impl PartialEq for RateIncreaseCriteriaBuilder
source§fn eq(&self, other: &RateIncreaseCriteriaBuilder) -> bool
fn eq(&self, other: &RateIncreaseCriteriaBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for RateIncreaseCriteriaBuilder
Auto Trait Implementations§
impl RefUnwindSafe for RateIncreaseCriteriaBuilder
impl Send for RateIncreaseCriteriaBuilder
impl Sync for RateIncreaseCriteriaBuilder
impl Unpin for RateIncreaseCriteriaBuilder
impl UnwindSafe for RateIncreaseCriteriaBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.