Uses of Interface
software.amazon.awssdk.services.dynamodb.model.BackupDescription.Builder
Packages that use BackupDescription.Builder
-
Uses of BackupDescription.Builder in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return BackupDescription.BuilderModifier and TypeMethodDescriptiondefault BackupDescription.BuilderBackupDescription.Builder.backupDetails(Consumer<BackupDetails.Builder> backupDetails) Contains the details of the backup created for the table.BackupDescription.Builder.backupDetails(BackupDetails backupDetails) Contains the details of the backup created for the table.static BackupDescription.BuilderBackupDescription.builder()default BackupDescription.BuilderBackupDescription.Builder.sourceTableDetails(Consumer<SourceTableDetails.Builder> sourceTableDetails) Contains the details of the table when the backup was created.BackupDescription.Builder.sourceTableDetails(SourceTableDetails sourceTableDetails) Contains the details of the table when the backup was created.default BackupDescription.BuilderBackupDescription.Builder.sourceTableFeatureDetails(Consumer<SourceTableFeatureDetails.Builder> sourceTableFeatureDetails) Contains the details of the features enabled on the table when the backup was created.BackupDescription.Builder.sourceTableFeatureDetails(SourceTableFeatureDetails sourceTableFeatureDetails) Contains the details of the features enabled on the table when the backup was created.BackupDescription.toBuilder()Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type BackupDescription.BuilderModifier and TypeMethodDescriptionstatic Class<? extends BackupDescription.Builder>BackupDescription.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.dynamodb.model with type arguments of type BackupDescription.BuilderModifier and TypeMethodDescriptiondefault DeleteBackupResponse.BuilderDeleteBackupResponse.Builder.backupDescription(Consumer<BackupDescription.Builder> backupDescription) Contains the description of the backup created for the table.default DescribeBackupResponse.BuilderDescribeBackupResponse.Builder.backupDescription(Consumer<BackupDescription.Builder> backupDescription) Contains the description of the backup created for the table.