pub struct Builder { /* private fields */ }
Expand description
A builder for AwsBackupBackupPlanLifecycleDetails
.
Implementations§
source§impl Builder
impl Builder
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 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 build(self) -> AwsBackupBackupPlanLifecycleDetails
pub fn build(self) -> AwsBackupBackupPlanLifecycleDetails
Consumes the builder and constructs a AwsBackupBackupPlanLifecycleDetails
.