Uses of Interface
software.amazon.awssdk.services.dynamodb.model.RestoreSummary.Builder
Packages that use RestoreSummary.Builder
-
Uses of RestoreSummary.Builder in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return RestoreSummary.BuilderModifier and TypeMethodDescriptionstatic RestoreSummary.BuilderRestoreSummary.builder()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.RestoreSummary.toBuilder()Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type RestoreSummary.BuilderModifier and TypeMethodDescriptionstatic Class<? extends RestoreSummary.Builder>RestoreSummary.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.dynamodb.model with type arguments of type RestoreSummary.BuilderModifier and TypeMethodDescriptiondefault TableDescription.BuilderTableDescription.Builder.restoreSummary(Consumer<RestoreSummary.Builder> restoreSummary) Contains details for the restore.