@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RestoreTableToPointInTimeRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
RestoreTableToPointInTimeRequest() |
Modifier and Type | Method and Description |
---|---|
RestoreTableToPointInTimeRequest |
clone() |
boolean |
equals(Object obj) |
Date |
getRestoreDateTime()
Time in the past to restore the table to.
|
String |
getSourceTableName()
Name of the source table that is being restored.
|
String |
getTargetTableName()
The name of the new table to which it must be restored to.
|
Boolean |
getUseLatestRestorableTime()
Restore the table to the latest possible time.
|
int |
hashCode() |
Boolean |
isUseLatestRestorableTime()
Restore the table to the latest possible time.
|
void |
setRestoreDateTime(Date restoreDateTime)
Time in the past to restore the table to.
|
void |
setSourceTableName(String sourceTableName)
Name of the source table that is being restored.
|
void |
setTargetTableName(String targetTableName)
The name of the new table to which it must be restored to.
|
void |
setUseLatestRestorableTime(Boolean useLatestRestorableTime)
Restore the table to the latest possible time.
|
String |
toString()
Returns a string representation of this object.
|
RestoreTableToPointInTimeRequest |
withRestoreDateTime(Date restoreDateTime)
Time in the past to restore the table to.
|
RestoreTableToPointInTimeRequest |
withSourceTableName(String sourceTableName)
Name of the source table that is being restored.
|
RestoreTableToPointInTimeRequest |
withTargetTableName(String targetTableName)
The name of the new table to which it must be restored to.
|
RestoreTableToPointInTimeRequest |
withUseLatestRestorableTime(Boolean useLatestRestorableTime)
Restore the table to the latest possible time.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setSourceTableName(String sourceTableName)
Name of the source table that is being restored.
sourceTableName
- Name of the source table that is being restored.public String getSourceTableName()
Name of the source table that is being restored.
public RestoreTableToPointInTimeRequest withSourceTableName(String sourceTableName)
Name of the source table that is being restored.
sourceTableName
- Name of the source table that is being restored.public void setTargetTableName(String targetTableName)
The name of the new table to which it must be restored to.
targetTableName
- The name of the new table to which it must be restored to.public String getTargetTableName()
The name of the new table to which it must be restored to.
public RestoreTableToPointInTimeRequest withTargetTableName(String targetTableName)
The name of the new table to which it must be restored to.
targetTableName
- The name of the new table to which it must be restored to.public void setUseLatestRestorableTime(Boolean useLatestRestorableTime)
Restore the table to the latest possible time. LatestRestorableDateTime
is typically 5 minutes
before the current time.
useLatestRestorableTime
- Restore the table to the latest possible time. LatestRestorableDateTime
is typically 5
minutes before the current time.public Boolean getUseLatestRestorableTime()
Restore the table to the latest possible time. LatestRestorableDateTime
is typically 5 minutes
before the current time.
LatestRestorableDateTime
is typically 5
minutes before the current time.public RestoreTableToPointInTimeRequest withUseLatestRestorableTime(Boolean useLatestRestorableTime)
Restore the table to the latest possible time. LatestRestorableDateTime
is typically 5 minutes
before the current time.
useLatestRestorableTime
- Restore the table to the latest possible time. LatestRestorableDateTime
is typically 5
minutes before the current time.public Boolean isUseLatestRestorableTime()
Restore the table to the latest possible time. LatestRestorableDateTime
is typically 5 minutes
before the current time.
LatestRestorableDateTime
is typically 5
minutes before the current time.public void setRestoreDateTime(Date restoreDateTime)
Time in the past to restore the table to.
restoreDateTime
- Time in the past to restore the table to.public Date getRestoreDateTime()
Time in the past to restore the table to.
public RestoreTableToPointInTimeRequest withRestoreDateTime(Date restoreDateTime)
Time in the past to restore the table to.
restoreDateTime
- Time in the past to restore the table to.public String toString()
toString
in class Object
Object.toString()
public RestoreTableToPointInTimeRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2019. All rights reserved.