public static interface RestoreSummary.Builder extends SdkPojo, CopyableBuilder<RestoreSummary.Builder,RestoreSummary>
| Modifier and Type | Method and Description |
|---|---|
RestoreSummary.Builder |
restoreDateTime(Instant restoreDateTime)
Point in time or source backup time.
|
RestoreSummary.Builder |
restoreInProgress(Boolean restoreInProgress)
Indicates if a restore is in progress or not.
|
RestoreSummary.Builder |
sourceBackupArn(String sourceBackupArn)
ARN of the backup from which the table was restored.
|
RestoreSummary.Builder |
sourceTableArn(String sourceTableArn)
ARN of the source table of the backup that is being restored.
|
copyapplyMutation, buildRestoreSummary.Builder sourceBackupArn(String sourceBackupArn)
ARN of the backup from which the table was restored.
sourceBackupArn - ARN of the backup from which the table was restored.RestoreSummary.Builder sourceTableArn(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.RestoreSummary.Builder restoreDateTime(Instant restoreDateTime)
Point in time or source backup time.
restoreDateTime - Point in time or source backup time.RestoreSummary.Builder restoreInProgress(Boolean restoreInProgress)
Indicates if a restore is in progress or not.
restoreInProgress - Indicates if a restore is in progress or not.Copyright © 2019. All rights reserved.