#[non_exhaustive]pub struct AwsJobExecutionsRolloutConfigBuilder { /* private fields */ }
Expand description
A builder for AwsJobExecutionsRolloutConfig
.
Implementations§
source§impl AwsJobExecutionsRolloutConfigBuilder
impl AwsJobExecutionsRolloutConfigBuilder
sourcepub fn maximum_per_minute(self, input: i32) -> Self
pub fn maximum_per_minute(self, input: i32) -> Self
The maximum number of OTA update job executions started per minute.
sourcepub fn set_maximum_per_minute(self, input: Option<i32>) -> Self
pub fn set_maximum_per_minute(self, input: Option<i32>) -> Self
The maximum number of OTA update job executions started per minute.
sourcepub fn get_maximum_per_minute(&self) -> &Option<i32>
pub fn get_maximum_per_minute(&self) -> &Option<i32>
The maximum number of OTA update job executions started per minute.
sourcepub fn exponential_rate(self, input: AwsJobExponentialRolloutRate) -> Self
pub fn exponential_rate(self, input: AwsJobExponentialRolloutRate) -> Self
The rate of increase for a job rollout. This parameter allows you to define an exponential rate increase for a job rollout.
sourcepub fn set_exponential_rate(
self,
input: Option<AwsJobExponentialRolloutRate>
) -> Self
pub fn set_exponential_rate( self, input: Option<AwsJobExponentialRolloutRate> ) -> Self
The rate of increase for a job rollout. This parameter allows you to define an exponential rate increase for a job rollout.
sourcepub fn get_exponential_rate(&self) -> &Option<AwsJobExponentialRolloutRate>
pub fn get_exponential_rate(&self) -> &Option<AwsJobExponentialRolloutRate>
The rate of increase for a job rollout. This parameter allows you to define an exponential rate increase for a job rollout.
sourcepub fn build(self) -> AwsJobExecutionsRolloutConfig
pub fn build(self) -> AwsJobExecutionsRolloutConfig
Consumes the builder and constructs a AwsJobExecutionsRolloutConfig
.
Trait Implementations§
source§impl Clone for AwsJobExecutionsRolloutConfigBuilder
impl Clone for AwsJobExecutionsRolloutConfigBuilder
source§fn clone(&self) -> AwsJobExecutionsRolloutConfigBuilder
fn clone(&self) -> AwsJobExecutionsRolloutConfigBuilder
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 Default for AwsJobExecutionsRolloutConfigBuilder
impl Default for AwsJobExecutionsRolloutConfigBuilder
source§fn default() -> AwsJobExecutionsRolloutConfigBuilder
fn default() -> AwsJobExecutionsRolloutConfigBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for AwsJobExecutionsRolloutConfigBuilder
impl PartialEq for AwsJobExecutionsRolloutConfigBuilder
source§fn eq(&self, other: &AwsJobExecutionsRolloutConfigBuilder) -> bool
fn eq(&self, other: &AwsJobExecutionsRolloutConfigBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for AwsJobExecutionsRolloutConfigBuilder
Auto Trait Implementations§
impl RefUnwindSafe for AwsJobExecutionsRolloutConfigBuilder
impl Send for AwsJobExecutionsRolloutConfigBuilder
impl Sync for AwsJobExecutionsRolloutConfigBuilder
impl Unpin for AwsJobExecutionsRolloutConfigBuilder
impl UnwindSafe for AwsJobExecutionsRolloutConfigBuilder
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.