Interface PointInTimeRecoverySummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<PointInTimeRecoverySummary.Builder,PointInTimeRecoverySummary>,SdkBuilder<PointInTimeRecoverySummary.Builder,PointInTimeRecoverySummary>,SdkPojo
- Enclosing class:
- PointInTimeRecoverySummary
public static interface PointInTimeRecoverySummary.Builder extends SdkPojo, CopyableBuilder<PointInTimeRecoverySummary.Builder,PointInTimeRecoverySummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PointInTimeRecoverySummary.BuilderearliestRestorableTimestamp(Instant earliestRestorableTimestamp)Specifies the earliest possible restore point of the table in ISO 8601 format.PointInTimeRecoverySummary.Builderstatus(String status)Shows if point-in-time recovery is enabled or disabled for the specified table.PointInTimeRecoverySummary.Builderstatus(PointInTimeRecoveryStatus status)Shows if point-in-time recovery is enabled or disabled for the specified table.-
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
-
status
PointInTimeRecoverySummary.Builder status(String status)
Shows if point-in-time recovery is enabled or disabled for the specified table.
- Parameters:
status- Shows if point-in-time recovery is enabled or disabled for the specified table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PointInTimeRecoveryStatus,PointInTimeRecoveryStatus
-
status
PointInTimeRecoverySummary.Builder status(PointInTimeRecoveryStatus status)
Shows if point-in-time recovery is enabled or disabled for the specified table.
- Parameters:
status- Shows if point-in-time recovery is enabled or disabled for the specified table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PointInTimeRecoveryStatus,PointInTimeRecoveryStatus
-
earliestRestorableTimestamp
PointInTimeRecoverySummary.Builder earliestRestorableTimestamp(Instant earliestRestorableTimestamp)
Specifies the earliest possible restore point of the table in ISO 8601 format.
- Parameters:
earliestRestorableTimestamp- Specifies the earliest possible restore point of the table in ISO 8601 format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-