public static interface BackupSummary.Builder extends CopyableBuilder<BackupSummary.Builder,BackupSummary>
| Modifier and Type | Method and Description |
|---|---|
BackupSummary.Builder |
backupArn(String backupArn)
ARN associated with the backup.
|
BackupSummary.Builder |
backupCreationDateTime(Instant backupCreationDateTime)
Time at which the backup was created.
|
BackupSummary.Builder |
backupName(String backupName)
Name of the specified backup.
|
BackupSummary.Builder |
backupSizeBytes(Long backupSizeBytes)
Size of the backup in bytes.
|
BackupSummary.Builder |
backupStatus(BackupStatus backupStatus)
Backup can be in one of the following states: CREATING, ACTIVE, DELETED.
|
BackupSummary.Builder |
backupStatus(String backupStatus)
Backup can be in one of the following states: CREATING, ACTIVE, DELETED.
|
BackupSummary.Builder |
tableArn(String tableArn)
ARN associated with the table.
|
BackupSummary.Builder |
tableId(String tableId)
Unique identifier for the table.
|
BackupSummary.Builder |
tableName(String tableName)
Name of the table.
|
copyapplyMutation, buildBackupSummary.Builder tableName(String tableName)
Name of the table.
tableName - Name of the table.BackupSummary.Builder tableId(String tableId)
Unique identifier for the table.
tableId - Unique identifier for the table.BackupSummary.Builder tableArn(String tableArn)
ARN associated with the table.
tableArn - ARN associated with the table.BackupSummary.Builder backupArn(String backupArn)
ARN associated with the backup.
backupArn - ARN associated with the backup.BackupSummary.Builder backupName(String backupName)
Name of the specified backup.
backupName - Name of the specified backup.BackupSummary.Builder backupCreationDateTime(Instant backupCreationDateTime)
Time at which the backup was created.
backupCreationDateTime - Time at which the backup was created.BackupSummary.Builder backupStatus(String backupStatus)
Backup can be in one of the following states: CREATING, ACTIVE, DELETED.
backupStatus - Backup can be in one of the following states: CREATING, ACTIVE, DELETED.BackupStatus,
BackupStatusBackupSummary.Builder backupStatus(BackupStatus backupStatus)
Backup can be in one of the following states: CREATING, ACTIVE, DELETED.
backupStatus - Backup can be in one of the following states: CREATING, ACTIVE, DELETED.BackupStatus,
BackupStatusBackupSummary.Builder backupSizeBytes(Long backupSizeBytes)
Size of the backup in bytes.
backupSizeBytes - Size of the backup in bytes.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.