public class BackupSummary extends Object implements Serializable
Contains details for the backup.
| Constructor and Description |
|---|
BackupSummary() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getBackupArn()
ARN associated with the backup.
|
Date |
getBackupCreationDateTime()
Time at which the backup was created.
|
String |
getBackupName()
Name of the specified backup.
|
Long |
getBackupSizeBytes()
Size of the backup in bytes.
|
String |
getBackupStatus()
Backup can be in one of the following states: CREATING, ACTIVE, DELETED.
|
String |
getTableArn()
ARN associated with the table.
|
String |
getTableId()
Unique identifier for the table.
|
String |
getTableName()
Name of the table.
|
int |
hashCode() |
void |
setBackupArn(String backupArn)
ARN associated with the backup.
|
void |
setBackupCreationDateTime(Date backupCreationDateTime)
Time at which the backup was created.
|
void |
setBackupName(String backupName)
Name of the specified backup.
|
void |
setBackupSizeBytes(Long backupSizeBytes)
Size of the backup in bytes.
|
void |
setBackupStatus(BackupStatus backupStatus)
Backup can be in one of the following states: CREATING, ACTIVE, DELETED.
|
void |
setBackupStatus(String backupStatus)
Backup can be in one of the following states: CREATING, ACTIVE, DELETED.
|
void |
setTableArn(String tableArn)
ARN associated with the table.
|
void |
setTableId(String tableId)
Unique identifier for the table.
|
void |
setTableName(String tableName)
Name of the table.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
BackupSummary |
withBackupArn(String backupArn)
ARN associated with the backup.
|
BackupSummary |
withBackupCreationDateTime(Date backupCreationDateTime)
Time at which the backup was created.
|
BackupSummary |
withBackupName(String backupName)
Name of the specified backup.
|
BackupSummary |
withBackupSizeBytes(Long backupSizeBytes)
Size of the backup in bytes.
|
BackupSummary |
withBackupStatus(BackupStatus backupStatus)
Backup can be in one of the following states: CREATING, ACTIVE, DELETED.
|
BackupSummary |
withBackupStatus(String backupStatus)
Backup can be in one of the following states: CREATING, ACTIVE, DELETED.
|
BackupSummary |
withTableArn(String tableArn)
ARN associated with the table.
|
BackupSummary |
withTableId(String tableId)
Unique identifier for the table.
|
BackupSummary |
withTableName(String tableName)
Name of the table.
|
public String getTableName()
Name of the table.
Constraints:
Length: 3 - 255
Pattern: [a-zA-Z0-9_.-]+
Name of the table.
public void setTableName(String tableName)
Name of the table.
Constraints:
Length: 3 - 255
Pattern: [a-zA-Z0-9_.-]+
tableName - Name of the table.
public BackupSummary withTableName(String tableName)
Name of the table.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 3 - 255
Pattern: [a-zA-Z0-9_.-]+
tableName - Name of the table.
public String getTableId()
Unique identifier for the table.
Constraints:
Pattern:
[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
Unique identifier for the table.
public void setTableId(String tableId)
Unique identifier for the table.
Constraints:
Pattern:
[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
tableId - Unique identifier for the table.
public BackupSummary withTableId(String tableId)
Unique identifier for the table.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Pattern:
[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
tableId - Unique identifier for the table.
public String getTableArn()
ARN associated with the table.
ARN associated with the table.
public void setTableArn(String tableArn)
ARN associated with the table.
tableArn - ARN associated with the table.
public BackupSummary withTableArn(String tableArn)
ARN associated with the table.
Returns a reference to this object so that method calls can be chained together.
tableArn - ARN associated with the table.
public String getBackupArn()
ARN associated with the backup.
Constraints:
Length: 37 - 1024
ARN associated with the backup.
public void setBackupArn(String backupArn)
ARN associated with the backup.
Constraints:
Length: 37 - 1024
backupArn - ARN associated with the backup.
public BackupSummary withBackupArn(String backupArn)
ARN associated with the backup.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 37 - 1024
backupArn - ARN associated with the backup.
public String getBackupName()
Name of the specified backup.
Constraints:
Length: 3 - 255
Pattern: [a-zA-Z0-9_.-]+
Name of the specified backup.
public void setBackupName(String backupName)
Name of the specified backup.
Constraints:
Length: 3 - 255
Pattern: [a-zA-Z0-9_.-]+
backupName - Name of the specified backup.
public BackupSummary withBackupName(String backupName)
Name of the specified backup.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 3 - 255
Pattern: [a-zA-Z0-9_.-]+
backupName - Name of the specified backup.
public Date getBackupCreationDateTime()
Time at which the backup was created.
Time at which the backup was created.
public void setBackupCreationDateTime(Date backupCreationDateTime)
Time at which the backup was created.
backupCreationDateTime - Time at which the backup was created.
public BackupSummary withBackupCreationDateTime(Date backupCreationDateTime)
Time at which the backup was created.
Returns a reference to this object so that method calls can be chained together.
backupCreationDateTime - Time at which the backup was created.
public String getBackupStatus()
Backup can be in one of the following states: CREATING, ACTIVE, DELETED.
Constraints:
Allowed Values: CREATING, DELETED, AVAILABLE
Backup can be in one of the following states: CREATING, ACTIVE, DELETED.
BackupStatuspublic void setBackupStatus(String backupStatus)
Backup can be in one of the following states: CREATING, ACTIVE, DELETED.
Constraints:
Allowed Values: CREATING, DELETED, AVAILABLE
backupStatus - Backup can be in one of the following states: CREATING, ACTIVE, DELETED.
BackupStatuspublic BackupSummary withBackupStatus(String backupStatus)
Backup can be in one of the following states: CREATING, ACTIVE, DELETED.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: CREATING, DELETED, AVAILABLE
backupStatus - Backup can be in one of the following states: CREATING, ACTIVE, DELETED.
BackupStatuspublic void setBackupStatus(BackupStatus backupStatus)
Backup can be in one of the following states: CREATING, ACTIVE, DELETED.
Constraints:
Allowed Values: CREATING, DELETED, AVAILABLE
backupStatus - Backup can be in one of the following states: CREATING, ACTIVE, DELETED.
BackupStatuspublic BackupSummary withBackupStatus(BackupStatus backupStatus)
Backup can be in one of the following states: CREATING, ACTIVE, DELETED.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: CREATING, DELETED, AVAILABLE
backupStatus - Backup can be in one of the following states: CREATING, ACTIVE, DELETED.
BackupStatuspublic Long getBackupSizeBytes()
Size of the backup in bytes.
Constraints:
Range: 0 -
Size of the backup in bytes.
public void setBackupSizeBytes(Long backupSizeBytes)
Size of the backup in bytes.
Constraints:
Range: 0 -
backupSizeBytes - Size of the backup in bytes.
public BackupSummary withBackupSizeBytes(Long backupSizeBytes)
Size of the backup in bytes.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Range: 0 -
backupSizeBytes - Size of the backup in bytes.
public String toString()
toString in class ObjectObject.toString()Copyright © 2018. All rights reserved.