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)
The Amazon Resource Name (ARN) of the backup from which the table was restored.
|
RestoreSummary.Builder |
sourceTableArn(String sourceTableArn)
The ARN of the source table of the backup that is being restored.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRestoreSummary.Builder sourceBackupArn(String sourceBackupArn)
The Amazon Resource Name (ARN) of the backup from which the table was restored.
sourceBackupArn - The Amazon Resource Name (ARN) of the backup from which the table was restored.RestoreSummary.Builder sourceTableArn(String sourceTableArn)
The ARN of the source table of the backup that is being restored.
sourceTableArn - The 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 © 2022. All rights reserved.