@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)  | 
<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()
Take this object and create a builder that contains all of the current property values of this object. 
 | 
String | 
toString()  | 
copypublic 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, DISABLEDContinuousBackupsStatuspublic 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, DISABLEDContinuousBackupsStatuspublic PointInTimeRecoveryDescription pointInTimeRecoveryDescription()
The description of the point in time recovery settings applied to the table.
public ContinuousBackupsDescription.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<ContinuousBackupsDescription.Builder,ContinuousBackupsDescription>public static ContinuousBackupsDescription.Builder builder()
public static Class<? extends ContinuousBackupsDescription.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.