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) |
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.
|
build
overrideConfiguration
copy
applyMutation, build
ListBackupsRequest.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)
overrideConfiguration
in interface AwsRequest.Builder
ListBackupsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2018. All rights reserved.