public class ContinuousBackupsDescription
extends java.lang.Object
implements java.io.Serializable
Represents the continuous backups and point in time recovery settings on the table.
Constructor and Description |
---|
ContinuousBackupsDescription() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getContinuousBackupsStatus()
ContinuousBackupsStatus can be one of the following states:
ENABLED, DISABLED |
PointInTimeRecoveryDescription |
getPointInTimeRecoveryDescription()
The description of the point in time recovery settings applied to the
table.
|
int |
hashCode() |
void |
setContinuousBackupsStatus(ContinuousBackupsStatus continuousBackupsStatus)
ContinuousBackupsStatus can be one of the following states:
ENABLED, DISABLED |
void |
setContinuousBackupsStatus(java.lang.String continuousBackupsStatus)
ContinuousBackupsStatus can be one of the following states:
ENABLED, DISABLED |
void |
setPointInTimeRecoveryDescription(PointInTimeRecoveryDescription pointInTimeRecoveryDescription)
The description of the point in time recovery settings applied to the
table.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ContinuousBackupsDescription |
withContinuousBackupsStatus(ContinuousBackupsStatus continuousBackupsStatus)
ContinuousBackupsStatus can be one of the following states:
ENABLED, DISABLED |
ContinuousBackupsDescription |
withContinuousBackupsStatus(java.lang.String continuousBackupsStatus)
ContinuousBackupsStatus can be one of the following states:
ENABLED, DISABLED |
ContinuousBackupsDescription |
withPointInTimeRecoveryDescription(PointInTimeRecoveryDescription pointInTimeRecoveryDescription)
The description of the point in time recovery settings applied to the
table.
|
public java.lang.String getContinuousBackupsStatus()
ContinuousBackupsStatus
can be one of the following states:
ENABLED, DISABLED
Constraints:
Allowed Values: ENABLED, DISABLED
ContinuousBackupsStatus
can be one of the following
states: ENABLED, DISABLED
ContinuousBackupsStatus
public void setContinuousBackupsStatus(java.lang.String continuousBackupsStatus)
ContinuousBackupsStatus
can be one of the following states:
ENABLED, DISABLED
Constraints:
Allowed Values: ENABLED, DISABLED
continuousBackupsStatus
-
ContinuousBackupsStatus
can be one of the
following states: ENABLED, DISABLED
ContinuousBackupsStatus
public ContinuousBackupsDescription withContinuousBackupsStatus(java.lang.String continuousBackupsStatus)
ContinuousBackupsStatus
can be one of the following states:
ENABLED, DISABLED
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: ENABLED, DISABLED
continuousBackupsStatus
-
ContinuousBackupsStatus
can be one of the
following states: ENABLED, DISABLED
ContinuousBackupsStatus
public void setContinuousBackupsStatus(ContinuousBackupsStatus continuousBackupsStatus)
ContinuousBackupsStatus
can be one of the following states:
ENABLED, DISABLED
Constraints:
Allowed Values: ENABLED, DISABLED
continuousBackupsStatus
-
ContinuousBackupsStatus
can be one of the
following states: ENABLED, DISABLED
ContinuousBackupsStatus
public ContinuousBackupsDescription withContinuousBackupsStatus(ContinuousBackupsStatus continuousBackupsStatus)
ContinuousBackupsStatus
can be one of the following states:
ENABLED, DISABLED
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: ENABLED, DISABLED
continuousBackupsStatus
-
ContinuousBackupsStatus
can be one of the
following states: ENABLED, DISABLED
ContinuousBackupsStatus
public PointInTimeRecoveryDescription getPointInTimeRecoveryDescription()
The description of the point in time recovery settings applied to the table.
The description of the point in time recovery settings applied to the table.
public void setPointInTimeRecoveryDescription(PointInTimeRecoveryDescription pointInTimeRecoveryDescription)
The description of the point in time recovery settings applied to the table.
pointInTimeRecoveryDescription
- The description of the point in time recovery settings applied to the table.
public ContinuousBackupsDescription withPointInTimeRecoveryDescription(PointInTimeRecoveryDescription pointInTimeRecoveryDescription)
The description of the point in time recovery settings applied to the table.
Returns a reference to this object so that method calls can be chained together.
pointInTimeRecoveryDescription
- The description of the point in time recovery settings applied to the table.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.