Interface ListBackupsRequest.Builder

    • Method Detail

      • tableName

        ListBackupsRequest.Builder tableName​(String tableName)

        The backups from the table specified by TableName are listed.

        Parameters:
        tableName - The backups from the table specified by TableName are listed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • limit

        ListBackupsRequest.Builder limit​(Integer limit)

        Maximum number of backups to return at once.

        Parameters:
        limit - Maximum number of backups to return at once.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • timeRangeLowerBound

        ListBackupsRequest.Builder timeRangeLowerBound​(Instant timeRangeLowerBound)

        Only backups created after this time are listed. TimeRangeLowerBound is inclusive.

        Parameters:
        timeRangeLowerBound - Only backups created after this time are listed. TimeRangeLowerBound is inclusive.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • timeRangeUpperBound

        ListBackupsRequest.Builder timeRangeUpperBound​(Instant timeRangeUpperBound)

        Only backups created before this time are listed. TimeRangeUpperBound is exclusive.

        Parameters:
        timeRangeUpperBound - Only backups created before this time are listed. TimeRangeUpperBound is exclusive.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • exclusiveStartBackupArn

        ListBackupsRequest.Builder exclusiveStartBackupArn​(String exclusiveStartBackupArn)

        LastEvaluatedBackupArn is the Amazon Resource Name (ARN) of the backup last evaluated when the current page of results was returned, inclusive of the current page of results. This value may be specified as the ExclusiveStartBackupArn of a new ListBackups operation in order to fetch the next page of results.

        Parameters:
        exclusiveStartBackupArn - LastEvaluatedBackupArn is the Amazon Resource Name (ARN) of the backup last evaluated when the current page of results was returned, inclusive of the current page of results. This value may be specified as the ExclusiveStartBackupArn of a new ListBackups operation in order to fetch the next page of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • backupType

        ListBackupsRequest.Builder backupType​(String backupType)

        The backups from the table specified by BackupType are listed.

        Where BackupType can be:

        • USER - On-demand backup created by you. (The default setting if no other backup types are specified.)

        • SYSTEM - On-demand backup automatically created by DynamoDB.

        • ALL - All types of on-demand backups (USER and SYSTEM).

        Parameters:
        backupType - The backups from the table specified by BackupType are listed.

        Where BackupType can be:

        • USER - On-demand backup created by you. (The default setting if no other backup types are specified.)

        • SYSTEM - On-demand backup automatically created by DynamoDB.

        • ALL - All types of on-demand backups (USER and SYSTEM).

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        BackupTypeFilter, BackupTypeFilter
      • backupType

        ListBackupsRequest.Builder backupType​(BackupTypeFilter backupType)

        The backups from the table specified by BackupType are listed.

        Where BackupType can be:

        • USER - On-demand backup created by you. (The default setting if no other backup types are specified.)

        • SYSTEM - On-demand backup automatically created by DynamoDB.

        • ALL - All types of on-demand backups (USER and SYSTEM).

        Parameters:
        backupType - The backups from the table specified by BackupType are listed.

        Where BackupType can be:

        • USER - On-demand backup created by you. (The default setting if no other backup types are specified.)

        • SYSTEM - On-demand backup automatically created by DynamoDB.

        • ALL - All types of on-demand backups (USER and SYSTEM).

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        BackupTypeFilter, BackupTypeFilter