Uses of Interface
software.amazon.awssdk.services.dynamodb.model.BackupSummary.Builder
Packages that use BackupSummary.Builder
-
Uses of BackupSummary.Builder in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return BackupSummary.BuilderModifier and TypeMethodDescriptionARN associated with the backup.BackupSummary.Builder.backupCreationDateTime(Instant backupCreationDateTime) Time at which the backup was created.BackupSummary.Builder.backupExpiryDateTime(Instant backupExpiryDateTime) Time at which the automatic on-demand backup created by DynamoDB will expire.BackupSummary.Builder.backupName(String backupName) Name of the specified backup.BackupSummary.Builder.backupSizeBytes(Long backupSizeBytes) Size of the backup in bytes.BackupSummary.Builder.backupStatus(String backupStatus) Backup can be in one of the following states: CREATING, ACTIVE, DELETED.BackupSummary.Builder.backupStatus(BackupStatus backupStatus) Backup can be in one of the following states: CREATING, ACTIVE, DELETED.BackupSummary.Builder.backupType(String backupType) BackupType:BackupSummary.Builder.backupType(BackupType backupType) BackupType:static BackupSummary.BuilderBackupSummary.builder()ARN associated with the table.Unique identifier for the table.Name of the table.BackupSummary.toBuilder()Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type BackupSummary.BuilderModifier and TypeMethodDescriptionstatic Class<? extends BackupSummary.Builder>BackupSummary.serializableBuilderClass()