Interface AwsBackupRecoveryPointCalculatedLifecycleDetails.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<AwsBackupRecoveryPointCalculatedLifecycleDetails.Builder,,AwsBackupRecoveryPointCalculatedLifecycleDetails> SdkBuilder<AwsBackupRecoveryPointCalculatedLifecycleDetails.Builder,,AwsBackupRecoveryPointCalculatedLifecycleDetails> SdkPojo
- Enclosing class:
 AwsBackupRecoveryPointCalculatedLifecycleDetails
public static interface AwsBackupRecoveryPointCalculatedLifecycleDetails.Builder
extends SdkPojo, CopyableBuilder<AwsBackupRecoveryPointCalculatedLifecycleDetails.Builder,AwsBackupRecoveryPointCalculatedLifecycleDetails> 
- 
Method Summary
Modifier and TypeMethodDescriptionSpecifies the number of days after creation that a recovery point is deleted.moveToColdStorageAt(String moveToColdStorageAt) Specifies the number of days after creation that a recovery point is moved to cold storage.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
deleteAt
Specifies the number of days after creation that a recovery point is deleted. Must be greater than 90 days plus
MoveToColdStorageAfterDays.- Parameters:
 deleteAt- Specifies the number of days after creation that a recovery point is deleted. Must be greater than 90 days plusMoveToColdStorageAfterDays.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
moveToColdStorageAt
AwsBackupRecoveryPointCalculatedLifecycleDetails.Builder moveToColdStorageAt(String moveToColdStorageAt) Specifies the number of days after creation that a recovery point is moved to cold storage.
- Parameters:
 moveToColdStorageAt- Specifies the number of days after creation that a recovery point is moved to cold storage.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -