public static interface ListBackupsRequest.Builder extends DynamoDbRequest.Builder, SdkPojo, CopyableBuilder<ListBackupsRequest.Builder,ListBackupsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListBackupsRequest.Builder |
backupType(BackupTypeFilter backupType)
The backups from the table specified by
BackupType are listed. |
ListBackupsRequest.Builder |
backupType(String backupType)
The backups from the table specified by
BackupType are listed. |
ListBackupsRequest.Builder |
exclusiveStartBackupArn(String exclusiveStartBackupArn)
LastEvaluatedBackupArn is the ARN of the backup last evaluated when the current page of results
was returned, inclusive of the current page of results. |
ListBackupsRequest.Builder |
limit(Integer limit)
Maximum number of backups to return at once.
|
ListBackupsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListBackupsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListBackupsRequest.Builder |
tableName(String tableName)
The backups from the table specified by
TableName are listed. |
ListBackupsRequest.Builder |
timeRangeLowerBound(Instant timeRangeLowerBound)
Only backups created after this time are listed.
|
ListBackupsRequest.Builder |
timeRangeUpperBound(Instant timeRangeUpperBound)
Only backups created before this time are listed.
|
buildoverrideConfigurationcopyapplyMutation, buildListBackupsRequest.Builder tableName(String tableName)
The backups from the table specified by TableName are listed.
tableName - The backups from the table specified by TableName are listed.ListBackupsRequest.Builder limit(Integer limit)
Maximum number of backups to return at once.
limit - Maximum number of backups to return at once.ListBackupsRequest.Builder timeRangeLowerBound(Instant timeRangeLowerBound)
Only backups created after this time are listed. TimeRangeLowerBound is inclusive.
timeRangeLowerBound - Only backups created after this time are listed. TimeRangeLowerBound is inclusive.ListBackupsRequest.Builder timeRangeUpperBound(Instant timeRangeUpperBound)
Only backups created before this time are listed. TimeRangeUpperBound is exclusive.
timeRangeUpperBound - Only backups created before this time are listed. TimeRangeUpperBound is exclusive.ListBackupsRequest.Builder exclusiveStartBackupArn(String exclusiveStartBackupArn)
LastEvaluatedBackupArn is the 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.
exclusiveStartBackupArn - LastEvaluatedBackupArn is the 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.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.
SYSTEM - On-demand backup automatically created by DynamoDB.
ALL - All types of on-demand backups (USER and SYSTEM).
backupType - The backups from the table specified by BackupType are listed.
Where BackupType can be:
USER - On-demand backup created by you.
SYSTEM - On-demand backup automatically created by DynamoDB.
ALL - All types of on-demand backups (USER and SYSTEM).
BackupTypeFilter,
BackupTypeFilterListBackupsRequest.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.
SYSTEM - On-demand backup automatically created by DynamoDB.
ALL - All types of on-demand backups (USER and SYSTEM).
backupType - The backups from the table specified by BackupType are listed.
Where BackupType can be:
USER - On-demand backup created by you.
SYSTEM - On-demand backup automatically created by DynamoDB.
ALL - All types of on-demand backups (USER and SYSTEM).
BackupTypeFilter,
BackupTypeFilterListBackupsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListBackupsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2019. All rights reserved.