public class RestoreSummary extends Object implements Serializable
Contains details for the restore.
| Constructor and Description |
|---|
RestoreSummary() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Date |
getRestoreDateTime()
Point in time or source backup time.
|
Boolean |
getRestoreInProgress()
Indicates if a restore is in progress or not.
|
String |
getSourceBackupArn()
ARN of the backup from which the table was restored.
|
String |
getSourceTableArn()
ARN of the source table of the backup that is being restored.
|
int |
hashCode() |
Boolean |
isRestoreInProgress()
Indicates if a restore is in progress or not.
|
void |
setRestoreDateTime(Date restoreDateTime)
Point in time or source backup time.
|
void |
setRestoreInProgress(Boolean restoreInProgress)
Indicates if a restore is in progress or not.
|
void |
setSourceBackupArn(String sourceBackupArn)
ARN of the backup from which the table was restored.
|
void |
setSourceTableArn(String sourceTableArn)
ARN of the source table of the backup that is being restored.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
RestoreSummary |
withRestoreDateTime(Date restoreDateTime)
Point in time or source backup time.
|
RestoreSummary |
withRestoreInProgress(Boolean restoreInProgress)
Indicates if a restore is in progress or not.
|
RestoreSummary |
withSourceBackupArn(String sourceBackupArn)
ARN of the backup from which the table was restored.
|
RestoreSummary |
withSourceTableArn(String sourceTableArn)
ARN of the source table of the backup that is being restored.
|
public String getSourceBackupArn()
ARN of the backup from which the table was restored.
Constraints:
Length: 37 - 1024
ARN of the backup from which the table was restored.
public void setSourceBackupArn(String sourceBackupArn)
ARN of the backup from which the table was restored.
Constraints:
Length: 37 - 1024
sourceBackupArn - ARN of the backup from which the table was restored.
public RestoreSummary withSourceBackupArn(String sourceBackupArn)
ARN of the backup from which the table was restored.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 37 - 1024
sourceBackupArn - ARN of the backup from which the table was restored.
public String getSourceTableArn()
ARN of the source table of the backup that is being restored.
ARN of the source table of the backup that is being restored.
public void setSourceTableArn(String sourceTableArn)
ARN of the source table of the backup that is being restored.
sourceTableArn - ARN of the source table of the backup that is being restored.
public RestoreSummary withSourceTableArn(String sourceTableArn)
ARN of the source table of the backup that is being restored.
Returns a reference to this object so that method calls can be chained together.
sourceTableArn - ARN of the source table of the backup that is being restored.
public Date getRestoreDateTime()
Point in time or source backup time.
Point in time or source backup time.
public void setRestoreDateTime(Date restoreDateTime)
Point in time or source backup time.
restoreDateTime - Point in time or source backup time.
public RestoreSummary withRestoreDateTime(Date restoreDateTime)
Point in time or source backup time.
Returns a reference to this object so that method calls can be chained together.
restoreDateTime - Point in time or source backup time.
public Boolean isRestoreInProgress()
Indicates if a restore is in progress or not.
Indicates if a restore is in progress or not.
public Boolean getRestoreInProgress()
Indicates if a restore is in progress or not.
Indicates if a restore is in progress or not.
public void setRestoreInProgress(Boolean restoreInProgress)
Indicates if a restore is in progress or not.
restoreInProgress - Indicates if a restore is in progress or not.
public RestoreSummary withRestoreInProgress(Boolean restoreInProgress)
Indicates if a restore is in progress or not.
Returns a reference to this object so that method calls can be chained together.
restoreInProgress - Indicates if a restore is in progress or not.
public String toString()
toString in class ObjectObject.toString()Copyright © 2019. All rights reserved.