Interface CalculatedLifecycle.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<CalculatedLifecycle.Builder,,CalculatedLifecycle> SdkBuilder<CalculatedLifecycle.Builder,,CalculatedLifecycle> SdkPojo
- Enclosing class:
 CalculatedLifecycle
public static interface CalculatedLifecycle.Builder
extends SdkPojo, CopyableBuilder<CalculatedLifecycle.Builder,CalculatedLifecycle> 
- 
Method Summary
Modifier and TypeMethodDescriptionA timestamp that specifies when to delete a recovery point.moveToColdStorageAt(Instant moveToColdStorageAt) A timestamp that specifies when to transition a recovery point 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
- 
moveToColdStorageAt
A timestamp that specifies when to transition a recovery point to cold storage.
- Parameters:
 moveToColdStorageAt- A timestamp that specifies when to transition a recovery point to cold storage.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
deleteAt
A timestamp that specifies when to delete a recovery point.
- Parameters:
 deleteAt- A timestamp that specifies when to delete a recovery point.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -