Struct aws_sdk_chime::types::builders::RoomRetentionSettingsBuilder
source · #[non_exhaustive]pub struct RoomRetentionSettingsBuilder { /* private fields */ }Expand description
A builder for RoomRetentionSettings.
Implementations§
source§impl RoomRetentionSettingsBuilder
impl RoomRetentionSettingsBuilder
sourcepub fn retention_days(self, input: i32) -> Self
pub fn retention_days(self, input: i32) -> Self
The number of days for which to retain chat-room messages.
sourcepub fn set_retention_days(self, input: Option<i32>) -> Self
pub fn set_retention_days(self, input: Option<i32>) -> Self
The number of days for which to retain chat-room messages.
sourcepub fn build(self) -> RoomRetentionSettings
pub fn build(self) -> RoomRetentionSettings
Consumes the builder and constructs a RoomRetentionSettings.
Trait Implementations§
source§impl Clone for RoomRetentionSettingsBuilder
impl Clone for RoomRetentionSettingsBuilder
source§fn clone(&self) -> RoomRetentionSettingsBuilder
fn clone(&self) -> RoomRetentionSettingsBuilder
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 RoomRetentionSettingsBuilder
impl Debug for RoomRetentionSettingsBuilder
source§impl Default for RoomRetentionSettingsBuilder
impl Default for RoomRetentionSettingsBuilder
source§fn default() -> RoomRetentionSettingsBuilder
fn default() -> RoomRetentionSettingsBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<RoomRetentionSettingsBuilder> for RoomRetentionSettingsBuilder
impl PartialEq<RoomRetentionSettingsBuilder> for RoomRetentionSettingsBuilder
source§fn eq(&self, other: &RoomRetentionSettingsBuilder) -> bool
fn eq(&self, other: &RoomRetentionSettingsBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for RoomRetentionSettingsBuilder
Auto Trait Implementations§
impl RefUnwindSafe for RoomRetentionSettingsBuilder
impl Send for RoomRetentionSettingsBuilder
impl Sync for RoomRetentionSettingsBuilder
impl Unpin for RoomRetentionSettingsBuilder
impl UnwindSafe for RoomRetentionSettingsBuilder
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