Interface ListBackupsRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<ListBackupsRequest.Builder,ListBackupsRequest>, DynamoDbRequest.Builder, SdkBuilder<ListBackupsRequest.Builder,ListBackupsRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
ListBackupsRequest

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

    • tableName

      ListBackupsRequest.Builder tableName(String tableName)

      Lists the backups from the table specified in TableName. You can also provide the Amazon Resource Name (ARN) of the table in this parameter.

      Parameters:
      tableName - Lists the backups from the table specified in TableName. You can also provide the Amazon Resource Name (ARN) of the table in this parameter.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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:
    • 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:
    • overrideConfiguration

      ListBackupsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.