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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CalculatedLifecycle.BuilderdeleteAt(Instant deleteAt)A timestamp that specifies when to delete a recovery point.CalculatedLifecycle.BuildermoveToColdStorageAt(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
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
-
moveToColdStorageAt
CalculatedLifecycle.Builder moveToColdStorageAt(Instant 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
CalculatedLifecycle.Builder deleteAt(Instant 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.
-
-