Interface ListBackupsRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<ListBackupsRequest.Builder,,- ListBackupsRequest> - DynamoDbRequest.Builder,- SdkBuilder<ListBackupsRequest.Builder,,- ListBackupsRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- ListBackupsRequest
- 
Method SummaryModifier and TypeMethodDescriptionbackupType(String backupType) The backups from the table specified byBackupTypeare listed.backupType(BackupTypeFilter backupType) The backups from the table specified byBackupTypeare listed.exclusiveStartBackupArn(String exclusiveStartBackupArn) LastEvaluatedBackupArnis 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.Maximum number of backups to return at once.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Lists the backups from the table specified inTableName.timeRangeLowerBound(Instant timeRangeLowerBound) Only backups created after this time are listed.timeRangeUpperBound(Instant timeRangeUpperBound) Only backups created before this time are listed.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.dynamodb.model.DynamoDbRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
tableNameLists 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.
 
- 
limitMaximum 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.
 
- 
timeRangeLowerBoundOnly backups created after this time are listed. TimeRangeLowerBoundis inclusive.- Parameters:
- timeRangeLowerBound- Only backups created after this time are listed.- TimeRangeLowerBoundis inclusive.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
timeRangeUpperBoundOnly backups created before this time are listed. TimeRangeUpperBoundis exclusive.- Parameters:
- timeRangeUpperBound- Only backups created before this time are listed.- TimeRangeUpperBoundis exclusive.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
exclusiveStartBackupArnLastEvaluatedBackupArnis 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 theExclusiveStartBackupArnof a newListBackupsoperation in order to fetch the next page of results.- Parameters:
- exclusiveStartBackupArn-- LastEvaluatedBackupArnis 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- ExclusiveStartBackupArnof a new- ListBackupsoperation in order to fetch the next page of results.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
backupTypeThe backups from the table specified by BackupTypeare listed.Where BackupTypecan 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- BackupTypeare listed.- Where - BackupTypecan 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:
 
- 
 
- 
backupTypeThe backups from the table specified by BackupTypeare listed.Where BackupTypecan 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- BackupTypeare listed.- Where - BackupTypecan 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:
 
- 
 
- 
overrideConfigurationListBackupsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationListBackupsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-