Uses of Interface
software.amazon.awssdk.services.dynamodb.model.BackupDescription.Builder
-
Packages that use BackupDescription.Builder Package Description software.amazon.awssdk.services.dynamodb.model -
-
Uses of BackupDescription.Builder in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return BackupDescription.Builder Modifier and Type Method Description default BackupDescription.BuilderBackupDescription.Builder. backupDetails(Consumer<BackupDetails.Builder> backupDetails)Contains the details of the backup created for the table.BackupDescription.BuilderBackupDescription.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.BuilderBackupDescription.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.BuilderBackupDescription.Builder. sourceTableFeatureDetails(SourceTableFeatureDetails sourceTableFeatureDetails)Contains the details of the features enabled on the table when the backup was created.BackupDescription.BuilderBackupDescription. toBuilder()Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type BackupDescription.Builder Modifier and Type Method Description static Class<? extends BackupDescription.Builder>BackupDescription. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.dynamodb.model with type arguments of type BackupDescription.Builder Modifier and Type Method Description default 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.
-