pub struct InventoryTableConfigurationBuilder { /* private fields */ }Implementations§
Source§impl InventoryTableConfigurationBuilder
impl InventoryTableConfigurationBuilder
pub fn new(configuration_state: ConfigurationState) -> Self
pub fn table_arn(self, table_arn: Value) -> Self
pub fn table_name<T: Into<String>>(self, table_name: T) -> Self
pub fn build(self) -> InventoryTableConfiguration
Auto Trait Implementations§
impl Freeze for InventoryTableConfigurationBuilder
impl RefUnwindSafe for InventoryTableConfigurationBuilder
impl Send for InventoryTableConfigurationBuilder
impl Sync for InventoryTableConfigurationBuilder
impl Unpin for InventoryTableConfigurationBuilder
impl UnsafeUnpin for InventoryTableConfigurationBuilder
impl UnwindSafe for InventoryTableConfigurationBuilder
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