Struct bonsaidb::keystorage::s3::aws_sdk_s3::types::builders::InventoryScheduleBuilder
#[non_exhaustive]pub struct InventoryScheduleBuilder { /* private fields */ }
Expand description
A builder for InventorySchedule
.
Implementations§
§impl InventoryScheduleBuilder
impl InventoryScheduleBuilder
pub fn frequency(self, input: InventoryFrequency) -> InventoryScheduleBuilder
pub fn frequency(self, input: InventoryFrequency) -> InventoryScheduleBuilder
Specifies how frequently inventory results are produced.
pub fn set_frequency(
self,
input: Option<InventoryFrequency>
) -> InventoryScheduleBuilder
pub fn set_frequency( self, input: Option<InventoryFrequency> ) -> InventoryScheduleBuilder
Specifies how frequently inventory results are produced.
pub fn get_frequency(&self) -> &Option<InventoryFrequency>
pub fn get_frequency(&self) -> &Option<InventoryFrequency>
Specifies how frequently inventory results are produced.
pub fn build(self) -> InventorySchedule
pub fn build(self) -> InventorySchedule
Consumes the builder and constructs a InventorySchedule
.
Trait Implementations§
§impl Clone for InventoryScheduleBuilder
impl Clone for InventoryScheduleBuilder
§fn clone(&self) -> InventoryScheduleBuilder
fn clone(&self) -> InventoryScheduleBuilder
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 more§impl Debug for InventoryScheduleBuilder
impl Debug for InventoryScheduleBuilder
§impl Default for InventoryScheduleBuilder
impl Default for InventoryScheduleBuilder
§fn default() -> InventoryScheduleBuilder
fn default() -> InventoryScheduleBuilder
Returns the “default value” for a type. Read more
§impl PartialEq for InventoryScheduleBuilder
impl PartialEq for InventoryScheduleBuilder
§fn eq(&self, other: &InventoryScheduleBuilder) -> bool
fn eq(&self, other: &InventoryScheduleBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for InventoryScheduleBuilder
Auto Trait Implementations§
impl RefUnwindSafe for InventoryScheduleBuilder
impl Send for InventoryScheduleBuilder
impl Sync for InventoryScheduleBuilder
impl Unpin for InventoryScheduleBuilder
impl UnwindSafe for InventoryScheduleBuilder
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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