Interface ArchivalSummary.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ArchivalSummary.Builder,ArchivalSummary>, SdkBuilder<ArchivalSummary.Builder,ArchivalSummary>, SdkPojo
Enclosing class:
ArchivalSummary

public static interface ArchivalSummary.Builder extends SdkPojo, CopyableBuilder<ArchivalSummary.Builder,ArchivalSummary>
  • Method Details

    • archivalDateTime

      ArchivalSummary.Builder archivalDateTime(Instant archivalDateTime)

      The date and time when table archival was initiated by DynamoDB, in UNIX epoch time format.

      Parameters:
      archivalDateTime - The date and time when table archival was initiated by DynamoDB, in UNIX epoch time format.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • archivalReason

      ArchivalSummary.Builder archivalReason(String archivalReason)

      The reason DynamoDB archived the table. Currently, the only possible value is:

      • INACCESSIBLE_ENCRYPTION_CREDENTIALS - The table was archived due to the table's KMS key being inaccessible for more than seven days. An On-Demand backup was created at the archival time.

      Parameters:
      archivalReason - The reason DynamoDB archived the table. Currently, the only possible value is:

      • INACCESSIBLE_ENCRYPTION_CREDENTIALS - The table was archived due to the table's KMS key being inaccessible for more than seven days. An On-Demand backup was created at the archival time.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • archivalBackupArn

      ArchivalSummary.Builder archivalBackupArn(String archivalBackupArn)

      The Amazon Resource Name (ARN) of the backup the table was archived to, when applicable in the archival reason. If you wish to restore this backup to the same table name, you will need to delete the original table.

      Parameters:
      archivalBackupArn - The Amazon Resource Name (ARN) of the backup the table was archived to, when applicable in the archival reason. If you wish to restore this backup to the same table name, you will need to delete the original table.
      Returns:
      Returns a reference to this object so that method calls can be chained together.