Struct aws_sdk_chime::operation::put_app_instance_retention_settings::builders::PutAppInstanceRetentionSettingsOutputBuilder
source · #[non_exhaustive]pub struct PutAppInstanceRetentionSettingsOutputBuilder { /* private fields */ }Expand description
A builder for PutAppInstanceRetentionSettingsOutput.
Implementations§
source§impl PutAppInstanceRetentionSettingsOutputBuilder
impl PutAppInstanceRetentionSettingsOutputBuilder
sourcepub fn app_instance_retention_settings(
self,
input: AppInstanceRetentionSettings
) -> Self
pub fn app_instance_retention_settings( self, input: AppInstanceRetentionSettings ) -> Self
The time in days to retain data. Data type: number.
sourcepub fn set_app_instance_retention_settings(
self,
input: Option<AppInstanceRetentionSettings>
) -> Self
pub fn set_app_instance_retention_settings( self, input: Option<AppInstanceRetentionSettings> ) -> Self
The time in days to retain data. Data type: number.
sourcepub fn initiate_deletion_timestamp(self, input: DateTime) -> Self
pub fn initiate_deletion_timestamp(self, input: DateTime) -> Self
The time at which the API deletes data.
sourcepub fn set_initiate_deletion_timestamp(self, input: Option<DateTime>) -> Self
pub fn set_initiate_deletion_timestamp(self, input: Option<DateTime>) -> Self
The time at which the API deletes data.
sourcepub fn build(self) -> PutAppInstanceRetentionSettingsOutput
pub fn build(self) -> PutAppInstanceRetentionSettingsOutput
Consumes the builder and constructs a PutAppInstanceRetentionSettingsOutput.
Trait Implementations§
source§impl Clone for PutAppInstanceRetentionSettingsOutputBuilder
impl Clone for PutAppInstanceRetentionSettingsOutputBuilder
source§fn clone(&self) -> PutAppInstanceRetentionSettingsOutputBuilder
fn clone(&self) -> PutAppInstanceRetentionSettingsOutputBuilder
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 PutAppInstanceRetentionSettingsOutputBuilder
impl Default for PutAppInstanceRetentionSettingsOutputBuilder
source§fn default() -> PutAppInstanceRetentionSettingsOutputBuilder
fn default() -> PutAppInstanceRetentionSettingsOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<PutAppInstanceRetentionSettingsOutputBuilder> for PutAppInstanceRetentionSettingsOutputBuilder
impl PartialEq<PutAppInstanceRetentionSettingsOutputBuilder> for PutAppInstanceRetentionSettingsOutputBuilder
source§fn eq(&self, other: &PutAppInstanceRetentionSettingsOutputBuilder) -> bool
fn eq(&self, other: &PutAppInstanceRetentionSettingsOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for PutAppInstanceRetentionSettingsOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for PutAppInstanceRetentionSettingsOutputBuilder
impl Send for PutAppInstanceRetentionSettingsOutputBuilder
impl Sync for PutAppInstanceRetentionSettingsOutputBuilder
impl Unpin for PutAppInstanceRetentionSettingsOutputBuilder
impl UnwindSafe for PutAppInstanceRetentionSettingsOutputBuilder
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