#[non_exhaustive]pub struct ConfigSnapshotDeliveryPropertiesBuilder { /* private fields */ }Expand description
A builder for ConfigSnapshotDeliveryProperties.
Implementations§
source§impl ConfigSnapshotDeliveryPropertiesBuilder
impl ConfigSnapshotDeliveryPropertiesBuilder
sourcepub fn delivery_frequency(self, input: MaximumExecutionFrequency) -> Self
pub fn delivery_frequency(self, input: MaximumExecutionFrequency) -> Self
The frequency with which Config delivers configuration snapshots.
sourcepub fn set_delivery_frequency(
self,
input: Option<MaximumExecutionFrequency>
) -> Self
pub fn set_delivery_frequency( self, input: Option<MaximumExecutionFrequency> ) -> Self
The frequency with which Config delivers configuration snapshots.
sourcepub fn get_delivery_frequency(&self) -> &Option<MaximumExecutionFrequency>
pub fn get_delivery_frequency(&self) -> &Option<MaximumExecutionFrequency>
The frequency with which Config delivers configuration snapshots.
sourcepub fn build(self) -> ConfigSnapshotDeliveryProperties
pub fn build(self) -> ConfigSnapshotDeliveryProperties
Consumes the builder and constructs a ConfigSnapshotDeliveryProperties.
Trait Implementations§
source§impl Clone for ConfigSnapshotDeliveryPropertiesBuilder
impl Clone for ConfigSnapshotDeliveryPropertiesBuilder
source§fn clone(&self) -> ConfigSnapshotDeliveryPropertiesBuilder
fn clone(&self) -> ConfigSnapshotDeliveryPropertiesBuilder
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 ConfigSnapshotDeliveryPropertiesBuilder
impl Default for ConfigSnapshotDeliveryPropertiesBuilder
source§fn default() -> ConfigSnapshotDeliveryPropertiesBuilder
fn default() -> ConfigSnapshotDeliveryPropertiesBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for ConfigSnapshotDeliveryPropertiesBuilder
impl PartialEq for ConfigSnapshotDeliveryPropertiesBuilder
source§fn eq(&self, other: &ConfigSnapshotDeliveryPropertiesBuilder) -> bool
fn eq(&self, other: &ConfigSnapshotDeliveryPropertiesBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for ConfigSnapshotDeliveryPropertiesBuilder
Auto Trait Implementations§
impl RefUnwindSafe for ConfigSnapshotDeliveryPropertiesBuilder
impl Send for ConfigSnapshotDeliveryPropertiesBuilder
impl Sync for ConfigSnapshotDeliveryPropertiesBuilder
impl Unpin for ConfigSnapshotDeliveryPropertiesBuilder
impl UnwindSafe for ConfigSnapshotDeliveryPropertiesBuilder
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.