Uses of Interface
software.amazon.awssdk.services.dynamodb.model.RestoreSummary.Builder
-
Packages that use RestoreSummary.Builder Package Description software.amazon.awssdk.services.dynamodb.model -
-
Uses of RestoreSummary.Builder in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return RestoreSummary.Builder Modifier and Type Method Description static RestoreSummary.BuilderRestoreSummary. builder()RestoreSummary.BuilderRestoreSummary.Builder. restoreDateTime(Instant restoreDateTime)Point in time or source backup time.RestoreSummary.BuilderRestoreSummary.Builder. restoreInProgress(Boolean restoreInProgress)Indicates if a restore is in progress or not.RestoreSummary.BuilderRestoreSummary.Builder. sourceBackupArn(String sourceBackupArn)The Amazon Resource Name (ARN) of the backup from which the table was restored.RestoreSummary.BuilderRestoreSummary.Builder. sourceTableArn(String sourceTableArn)The ARN of the source table of the backup that is being restored.RestoreSummary.BuilderRestoreSummary. toBuilder()Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type RestoreSummary.Builder Modifier and Type Method Description static Class<? extends RestoreSummary.Builder>RestoreSummary. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.dynamodb.model with type arguments of type RestoreSummary.Builder Modifier and Type Method Description default TableDescription.BuilderTableDescription.Builder. restoreSummary(Consumer<RestoreSummary.Builder> restoreSummary)Contains details for the restore.
-