public static interface ListBackupsRequest.Builder extends DynamoDbRequest.Builder, CopyableBuilder<ListBackupsRequest.Builder,ListBackupsRequest>
| Modifier and Type | Method and Description | 
|---|---|
ListBackupsRequest.Builder | 
exclusiveStartBackupArn(String exclusiveStartBackupArn)
LastEvaluatedBackupARN returned by the previous ListBackups call. | 
ListBackupsRequest.Builder | 
limit(Integer limit)
 Maximum number of backups to return at once. 
 | 
ListBackupsRequest.Builder | 
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration. 
 | 
ListBackupsRequest.Builder | 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration. 
 | 
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 returned by the previous ListBackups call.
 
exclusiveStartBackupArn - LastEvaluatedBackupARN returned by the previous ListBackups call.ListBackupsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.ListBackupsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
 given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.