@Generated(value="software.amazon.awssdk:codegen") public final class PointInTimeRecoverySummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PointInTimeRecoverySummary.Builder,PointInTimeRecoverySummary>
The point-in-time recovery status of the specified table.
| Modifier and Type | Class and Description |
|---|---|
static interface |
PointInTimeRecoverySummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static PointInTimeRecoverySummary.Builder |
builder() |
Instant |
earliestRestorableTimestamp()
Specifies the earliest possible restore point of the table in ISO 8601 format.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends PointInTimeRecoverySummary.Builder> |
serializableBuilderClass() |
PointInTimeRecoveryStatus |
status()
Shows if point-in-time recovery is enabled or disabled for the specified table.
|
String |
statusAsString()
Shows if point-in-time recovery is enabled or disabled for the specified table.
|
PointInTimeRecoverySummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final PointInTimeRecoveryStatus status()
Shows if point-in-time recovery is enabled or disabled for the specified table.
If the service returns an enum value that is not available in the current SDK version, status will
return PointInTimeRecoveryStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from statusAsString().
PointInTimeRecoveryStatuspublic final String statusAsString()
Shows if point-in-time recovery is enabled or disabled for the specified table.
If the service returns an enum value that is not available in the current SDK version, status will
return PointInTimeRecoveryStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from statusAsString().
PointInTimeRecoveryStatuspublic final Instant earliestRestorableTimestamp()
Specifies the earliest possible restore point of the table in ISO 8601 format.
public PointInTimeRecoverySummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PointInTimeRecoverySummary.Builder,PointInTimeRecoverySummary>public static PointInTimeRecoverySummary.Builder builder()
public static Class<? extends PointInTimeRecoverySummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.