#[non_exhaustive]pub struct AwsBackupRecoveryPointLifecycleDetailsBuilder { /* private fields */ }
Expand description
A builder for AwsBackupRecoveryPointLifecycleDetails
.
Implementations§
source§impl AwsBackupRecoveryPointLifecycleDetailsBuilder
impl AwsBackupRecoveryPointLifecycleDetailsBuilder
sourcepub fn delete_after_days(self, input: i64) -> Self
pub fn delete_after_days(self, input: i64) -> Self
Specifies the number of days after creation that a recovery point is deleted. Must be greater than 90 days plus MoveToColdStorageAfterDays
.
sourcepub fn set_delete_after_days(self, input: Option<i64>) -> Self
pub fn set_delete_after_days(self, input: Option<i64>) -> Self
Specifies the number of days after creation that a recovery point is deleted. Must be greater than 90 days plus MoveToColdStorageAfterDays
.
sourcepub fn get_delete_after_days(&self) -> &Option<i64>
pub fn get_delete_after_days(&self) -> &Option<i64>
Specifies the number of days after creation that a recovery point is deleted. Must be greater than 90 days plus MoveToColdStorageAfterDays
.
sourcepub fn move_to_cold_storage_after_days(self, input: i64) -> Self
pub fn move_to_cold_storage_after_days(self, input: i64) -> Self
Specifies the number of days after creation that a recovery point is moved to cold storage.
sourcepub fn set_move_to_cold_storage_after_days(self, input: Option<i64>) -> Self
pub fn set_move_to_cold_storage_after_days(self, input: Option<i64>) -> Self
Specifies the number of days after creation that a recovery point is moved to cold storage.
sourcepub fn get_move_to_cold_storage_after_days(&self) -> &Option<i64>
pub fn get_move_to_cold_storage_after_days(&self) -> &Option<i64>
Specifies the number of days after creation that a recovery point is moved to cold storage.
sourcepub fn build(self) -> AwsBackupRecoveryPointLifecycleDetails
pub fn build(self) -> AwsBackupRecoveryPointLifecycleDetails
Consumes the builder and constructs a AwsBackupRecoveryPointLifecycleDetails
.
Trait Implementations§
source§impl Clone for AwsBackupRecoveryPointLifecycleDetailsBuilder
impl Clone for AwsBackupRecoveryPointLifecycleDetailsBuilder
source§fn clone(&self) -> AwsBackupRecoveryPointLifecycleDetailsBuilder
fn clone(&self) -> AwsBackupRecoveryPointLifecycleDetailsBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for AwsBackupRecoveryPointLifecycleDetailsBuilder
impl Default for AwsBackupRecoveryPointLifecycleDetailsBuilder
source§fn default() -> AwsBackupRecoveryPointLifecycleDetailsBuilder
fn default() -> AwsBackupRecoveryPointLifecycleDetailsBuilder
source§impl PartialEq for AwsBackupRecoveryPointLifecycleDetailsBuilder
impl PartialEq for AwsBackupRecoveryPointLifecycleDetailsBuilder
source§fn eq(&self, other: &AwsBackupRecoveryPointLifecycleDetailsBuilder) -> bool
fn eq(&self, other: &AwsBackupRecoveryPointLifecycleDetailsBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.