Interface PointInTimeRecoveryDescription.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<PointInTimeRecoveryDescription.Builder,
,PointInTimeRecoveryDescription> SdkBuilder<PointInTimeRecoveryDescription.Builder,
,PointInTimeRecoveryDescription> SdkPojo
- Enclosing class:
PointInTimeRecoveryDescription
-
Method Summary
Modifier and TypeMethodDescriptionearliestRestorableDateTime
(Instant earliestRestorableDateTime) Specifies the earliest point in time you can restore your table to.latestRestorableDateTime
(Instant latestRestorableDateTime) LatestRestorableDateTime
is typically 5 minutes before the current time.pointInTimeRecoveryStatus
(String pointInTimeRecoveryStatus) The current state of point in time recovery:pointInTimeRecoveryStatus
(PointInTimeRecoveryStatus pointInTimeRecoveryStatus) The current state of point in time recovery: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 Details
-
pointInTimeRecoveryStatus
The current state of point in time recovery:
-
ENABLED
- Point in time recovery is enabled. -
DISABLED
- Point in time recovery is disabled.
- Parameters:
pointInTimeRecoveryStatus
- The current state of point in time recovery:-
ENABLED
- Point in time recovery is enabled. -
DISABLED
- Point in time recovery is disabled.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
pointInTimeRecoveryStatus
PointInTimeRecoveryDescription.Builder pointInTimeRecoveryStatus(PointInTimeRecoveryStatus pointInTimeRecoveryStatus) The current state of point in time recovery:
-
ENABLED
- Point in time recovery is enabled. -
DISABLED
- Point in time recovery is disabled.
- Parameters:
pointInTimeRecoveryStatus
- The current state of point in time recovery:-
ENABLED
- Point in time recovery is enabled. -
DISABLED
- Point in time recovery is disabled.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
earliestRestorableDateTime
PointInTimeRecoveryDescription.Builder earliestRestorableDateTime(Instant earliestRestorableDateTime) Specifies the earliest point in time you can restore your table to. You can restore your table to any point in time during the last 35 days.
- Parameters:
earliestRestorableDateTime
- Specifies the earliest point in time you can restore your table to. You can restore your table to any point in time during the last 35 days.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
latestRestorableDateTime
LatestRestorableDateTime
is typically 5 minutes before the current time.- Parameters:
latestRestorableDateTime
-LatestRestorableDateTime
is typically 5 minutes before the current time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-