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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AwsBackupRecoveryPointCalculatedLifecycleDetails.BuilderdeleteAt(String deleteAt)Specifies the number of days after creation that a recovery point is deleted.AwsBackupRecoveryPointCalculatedLifecycleDetails.BuildermoveToColdStorageAt(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
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
deleteAt
AwsBackupRecoveryPointCalculatedLifecycleDetails.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.- 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.
-
-