Class PointInTimeRecoverySummary
- java.lang.Object
-
- software.amazon.awssdk.services.keyspaces.model.PointInTimeRecoverySummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<PointInTimeRecoverySummary.Builder,PointInTimeRecoverySummary>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfacePointInTimeRecoverySummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PointInTimeRecoverySummary.Builderbuilder()InstantearliestRestorableTimestamp()Specifies the earliest possible restore point of the table in ISO 8601 format.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends PointInTimeRecoverySummary.Builder>serializableBuilderClass()PointInTimeRecoveryStatusstatus()Shows if point-in-time recovery is enabled or disabled for the specified table.StringstatusAsString()Shows if point-in-time recovery is enabled or disabled for the specified table.PointInTimeRecoverySummary.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
status
public 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,
statuswill returnPointInTimeRecoveryStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- Shows if point-in-time recovery is enabled or disabled for the specified table.
- See Also:
PointInTimeRecoveryStatus
-
statusAsString
public 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,
statuswill returnPointInTimeRecoveryStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- Shows if point-in-time recovery is enabled or disabled for the specified table.
- See Also:
PointInTimeRecoveryStatus
-
earliestRestorableTimestamp
public final Instant earliestRestorableTimestamp()
Specifies the earliest possible restore point of the table in ISO 8601 format.
- Returns:
- Specifies the earliest possible restore point of the table in ISO 8601 format.
-
toBuilder
public PointInTimeRecoverySummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<PointInTimeRecoverySummary.Builder,PointInTimeRecoverySummary>
-
builder
public static PointInTimeRecoverySummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends PointInTimeRecoverySummary.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-