Uses of Interface
software.amazon.awssdk.services.dynamodb.model.BackupDetails.Builder
Packages that use BackupDetails.Builder
-
Uses of BackupDetails.Builder in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return BackupDetails.BuilderModifier and TypeMethodDescriptionARN associated with the backup.BackupDetails.Builder.backupCreationDateTime(Instant backupCreationDateTime) Time at which the backup was created.BackupDetails.Builder.backupExpiryDateTime(Instant backupExpiryDateTime) Time at which the automatic on-demand backup created by DynamoDB will expire.BackupDetails.Builder.backupName(String backupName) Name of the requested backup.BackupDetails.Builder.backupSizeBytes(Long backupSizeBytes) Size of the backup in bytes.BackupDetails.Builder.backupStatus(String backupStatus) Backup can be in one of the following states: CREATING, ACTIVE, DELETED.BackupDetails.Builder.backupStatus(BackupStatus backupStatus) Backup can be in one of the following states: CREATING, ACTIVE, DELETED.BackupDetails.Builder.backupType(String backupType) BackupType:BackupDetails.Builder.backupType(BackupType backupType) BackupType:static BackupDetails.BuilderBackupDetails.builder()BackupDetails.toBuilder()Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type BackupDetails.BuilderModifier and TypeMethodDescriptionstatic Class<? extends BackupDetails.Builder>BackupDetails.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.dynamodb.model with type arguments of type BackupDetails.BuilderModifier and TypeMethodDescriptiondefault BackupDescription.BuilderBackupDescription.Builder.backupDetails(Consumer<BackupDetails.Builder> backupDetails) Contains the details of the backup created for the table.default CreateBackupResponse.BuilderCreateBackupResponse.Builder.backupDetails(Consumer<BackupDetails.Builder> backupDetails) Contains the details of the backup created for the table.