@Generated(value="software.amazon.awssdk:codegen") public final class PointInTimeRecoverySpecification extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PointInTimeRecoverySpecification.Builder,PointInTimeRecoverySpecification>
Represents the settings used to enable point in time recovery.
Modifier and Type | Class and Description |
---|---|
static interface |
PointInTimeRecoverySpecification.Builder |
Modifier and Type | Method and Description |
---|---|
static PointInTimeRecoverySpecification.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Boolean |
pointInTimeRecoveryEnabled()
Indicates whether point in time recovery is enabled (true) or disabled (false) on the table.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends PointInTimeRecoverySpecification.Builder> |
serializableBuilderClass() |
PointInTimeRecoverySpecification.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final Boolean pointInTimeRecoveryEnabled()
Indicates whether point in time recovery is enabled (true) or disabled (false) on the table.
public PointInTimeRecoverySpecification.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<PointInTimeRecoverySpecification.Builder,PointInTimeRecoverySpecification>
public static PointInTimeRecoverySpecification.Builder builder()
public static Class<? extends PointInTimeRecoverySpecification.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2023. All rights reserved.