public static interface AwsBackupRecoveryPointCalculatedLifecycleDetails.Builder extends SdkPojo, CopyableBuilder<AwsBackupRecoveryPointCalculatedLifecycleDetails.Builder,AwsBackupRecoveryPointCalculatedLifecycleDetails>
| Modifier and Type | Method and Description |
|---|---|
AwsBackupRecoveryPointCalculatedLifecycleDetails.Builder |
deleteAt(String deleteAt)
Specifies the number of days after creation that a recovery point is deleted.
|
AwsBackupRecoveryPointCalculatedLifecycleDetails.Builder |
moveToColdStorageAt(String moveToColdStorageAt)
Specifies the number of days after creation that a recovery point is moved to cold storage.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsBackupRecoveryPointCalculatedLifecycleDetails.Builder deleteAt(String deleteAt)
Specifies the number of days after creation that a recovery point is deleted. Must be greater than 90 days
plus MoveToColdStorageAfterDays.
deleteAt - Specifies the number of days after creation that a recovery point is deleted. Must be greater than 90
days plus MoveToColdStorageAfterDays.AwsBackupRecoveryPointCalculatedLifecycleDetails.Builder moveToColdStorageAt(String moveToColdStorageAt)
Specifies the number of days after creation that a recovery point is moved to cold storage.
moveToColdStorageAt - Specifies the number of days after creation that a recovery point is moved to cold storage.Copyright © 2023. All rights reserved.