public class BackupDescription
extends java.lang.Object
implements java.io.Serializable
Contains the description of the backup created for the table.
| Constructor and Description | 
|---|
| BackupDescription() | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(java.lang.Object obj) | 
| BackupDetails | getBackupDetails()
 Contains the details of the backup created for the table. | 
| SourceTableDetails | getSourceTableDetails()
 Contains the details of the table when the backup was created. | 
| SourceTableFeatureDetails | getSourceTableFeatureDetails()
 Contains the details of the features enabled on the table when the backup
 was created. | 
| int | hashCode() | 
| void | setBackupDetails(BackupDetails backupDetails)
 Contains the details of the backup created for the table. | 
| void | setSourceTableDetails(SourceTableDetails sourceTableDetails)
 Contains the details of the table when the backup was created. | 
| void | setSourceTableFeatureDetails(SourceTableFeatureDetails sourceTableFeatureDetails)
 Contains the details of the features enabled on the table when the backup
 was created. | 
| java.lang.String | toString()Returns a string representation of this object; useful for testing and
 debugging. | 
| BackupDescription | withBackupDetails(BackupDetails backupDetails)
 Contains the details of the backup created for the table. | 
| BackupDescription | withSourceTableDetails(SourceTableDetails sourceTableDetails)
 Contains the details of the table when the backup was created. | 
| BackupDescription | withSourceTableFeatureDetails(SourceTableFeatureDetails sourceTableFeatureDetails)
 Contains the details of the features enabled on the table when the backup
 was created. | 
public BackupDetails getBackupDetails()
Contains the details of the backup created for the table.
Contains the details of the backup created for the table.
public void setBackupDetails(BackupDetails backupDetails)
Contains the details of the backup created for the table.
backupDetails - Contains the details of the backup created for the table.
public BackupDescription withBackupDetails(BackupDetails backupDetails)
Contains the details of the backup created for the table.
Returns a reference to this object so that method calls can be chained together.
backupDetails - Contains the details of the backup created for the table.
public SourceTableDetails getSourceTableDetails()
Contains the details of the table when the backup was created.
Contains the details of the table when the backup was created.
public void setSourceTableDetails(SourceTableDetails sourceTableDetails)
Contains the details of the table when the backup was created.
sourceTableDetails - Contains the details of the table when the backup was created.
public BackupDescription withSourceTableDetails(SourceTableDetails sourceTableDetails)
Contains the details of the table when the backup was created.
Returns a reference to this object so that method calls can be chained together.
sourceTableDetails - Contains the details of the table when the backup was created.
public SourceTableFeatureDetails getSourceTableFeatureDetails()
Contains the details of the features enabled on the table when the backup was created. For example, LSIs, GSIs, streams, TTL.
Contains the details of the features enabled on the table when the backup was created. For example, LSIs, GSIs, streams, TTL.
public void setSourceTableFeatureDetails(SourceTableFeatureDetails sourceTableFeatureDetails)
Contains the details of the features enabled on the table when the backup was created. For example, LSIs, GSIs, streams, TTL.
sourceTableFeatureDetails - Contains the details of the features enabled on the table when the backup was created. For example, LSIs, GSIs, streams, TTL.
public BackupDescription withSourceTableFeatureDetails(SourceTableFeatureDetails sourceTableFeatureDetails)
Contains the details of the features enabled on the table when the backup was created. For example, LSIs, GSIs, streams, TTL.
Returns a reference to this object so that method calls can be chained together.
sourceTableFeatureDetails - Contains the details of the features enabled on the table when the backup was created. For example, LSIs, GSIs, streams, TTL.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2018 Amazon Web Services, Inc. All Rights Reserved.