@Generated(value="software.amazon.awssdk:codegen") public final class ContinuousBackupsDescription extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ContinuousBackupsDescription.Builder,ContinuousBackupsDescription>
Represents the continuous backups and point in time recovery settings on the table.
Modifier and Type | Class and Description |
---|---|
static interface |
ContinuousBackupsDescription.Builder |
Modifier and Type | Method and Description |
---|---|
static ContinuousBackupsDescription.Builder |
builder() |
ContinuousBackupsStatus |
continuousBackupsStatus()
ContinuousBackupsStatus can be one of the following states: ENABLED, DISABLED |
String |
continuousBackupsStatusAsString()
ContinuousBackupsStatus can be one of the following states: ENABLED, DISABLED |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
PointInTimeRecoveryDescription |
pointInTimeRecoveryDescription()
The description of the point in time recovery settings applied to the table.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ContinuousBackupsDescription.Builder> |
serializableBuilderClass() |
ContinuousBackupsDescription.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public ContinuousBackupsStatus continuousBackupsStatus()
ContinuousBackupsStatus
can be one of the following states: ENABLED, DISABLED
If the service returns an enum value that is not available in the current SDK version,
continuousBackupsStatus
will return ContinuousBackupsStatus.UNKNOWN_TO_SDK_VERSION
. The raw
value returned by the service is available from continuousBackupsStatusAsString()
.
ContinuousBackupsStatus
can be one of the following states: ENABLED, DISABLEDContinuousBackupsStatus
public String continuousBackupsStatusAsString()
ContinuousBackupsStatus
can be one of the following states: ENABLED, DISABLED
If the service returns an enum value that is not available in the current SDK version,
continuousBackupsStatus
will return ContinuousBackupsStatus.UNKNOWN_TO_SDK_VERSION
. The raw
value returned by the service is available from continuousBackupsStatusAsString()
.
ContinuousBackupsStatus
can be one of the following states: ENABLED, DISABLEDContinuousBackupsStatus
public PointInTimeRecoveryDescription pointInTimeRecoveryDescription()
The description of the point in time recovery settings applied to the table.
public ContinuousBackupsDescription.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<ContinuousBackupsDescription.Builder,ContinuousBackupsDescription>
public static ContinuousBackupsDescription.Builder builder()
public static Class<? extends ContinuousBackupsDescription.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
Copyright © 2020. All rights reserved.