public class PointInTimeRecoverySpecification
extends java.lang.Object
implements java.io.Serializable
Represents the settings used to enable point in time recovery.
Constructor and Description |
---|
PointInTimeRecoverySpecification() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Boolean |
getPointInTimeRecoveryEnabled()
Indicates whether point in time recovery is enabled (true) or disabled
(false) on the table.
|
int |
hashCode() |
java.lang.Boolean |
isPointInTimeRecoveryEnabled()
Indicates whether point in time recovery is enabled (true) or disabled
(false) on the table.
|
void |
setPointInTimeRecoveryEnabled(java.lang.Boolean pointInTimeRecoveryEnabled)
Indicates whether point in time recovery is enabled (true) or disabled
(false) on the table.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
PointInTimeRecoverySpecification |
withPointInTimeRecoveryEnabled(java.lang.Boolean pointInTimeRecoveryEnabled)
Indicates whether point in time recovery is enabled (true) or disabled
(false) on the table.
|
public java.lang.Boolean isPointInTimeRecoveryEnabled()
Indicates whether point in time recovery is enabled (true) or disabled (false) on the table.
Indicates whether point in time recovery is enabled (true) or disabled (false) on the table.
public java.lang.Boolean getPointInTimeRecoveryEnabled()
Indicates whether point in time recovery is enabled (true) or disabled (false) on the table.
Indicates whether point in time recovery is enabled (true) or disabled (false) on the table.
public void setPointInTimeRecoveryEnabled(java.lang.Boolean pointInTimeRecoveryEnabled)
Indicates whether point in time recovery is enabled (true) or disabled (false) on the table.
pointInTimeRecoveryEnabled
- Indicates whether point in time recovery is enabled (true) or disabled (false) on the table.
public PointInTimeRecoverySpecification withPointInTimeRecoveryEnabled(java.lang.Boolean pointInTimeRecoveryEnabled)
Indicates whether point in time recovery is enabled (true) or disabled (false) on the table.
Returns a reference to this object so that method calls can be chained together.
pointInTimeRecoveryEnabled
- Indicates whether point in time recovery is enabled (true) or disabled (false) on 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.