Package | Description |
---|---|
software.amazon.awssdk.services.dynamodb.model |
Modifier and Type | Method and Description |
---|---|
BackupSummary.Builder |
BackupSummary.Builder.backupArn(String backupArn)
ARN associated with the backup.
|
BackupSummary.Builder |
BackupSummary.Builder.backupCreationDateTime(Instant backupCreationDateTime)
Time at which the backup was created.
|
BackupSummary.Builder |
BackupSummary.Builder.backupExpiryDateTime(Instant backupExpiryDateTime)
Time at which the automatic on-demand backup created by DynamoDB will expire.
|
BackupSummary.Builder |
BackupSummary.Builder.backupName(String backupName)
Name of the specified backup.
|
BackupSummary.Builder |
BackupSummary.Builder.backupSizeBytes(Long backupSizeBytes)
Size of the backup in bytes.
|
BackupSummary.Builder |
BackupSummary.Builder.backupStatus(BackupStatus backupStatus)
Backup can be in one of the following states: CREATING, ACTIVE, DELETED.
|
BackupSummary.Builder |
BackupSummary.Builder.backupStatus(String backupStatus)
Backup can be in one of the following states: CREATING, ACTIVE, DELETED.
|
BackupSummary.Builder |
BackupSummary.Builder.backupType(BackupType backupType)
BackupType:
|
BackupSummary.Builder |
BackupSummary.Builder.backupType(String backupType)
BackupType:
|
static BackupSummary.Builder |
BackupSummary.builder() |
BackupSummary.Builder |
BackupSummary.Builder.tableArn(String tableArn)
ARN associated with the table.
|
BackupSummary.Builder |
BackupSummary.Builder.tableId(String tableId)
Unique identifier for the table.
|
BackupSummary.Builder |
BackupSummary.Builder.tableName(String tableName)
Name of the table.
|
BackupSummary.Builder |
BackupSummary.toBuilder() |
Modifier and Type | Method and Description |
---|---|
static Class<? extends BackupSummary.Builder> |
BackupSummary.serializableBuilderClass() |
Copyright © 2019. All rights reserved.