Interface ListBackupsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListBackupsRequest.Builder,ListBackupsRequest>,DynamoDbRequest.Builder,SdkBuilder<ListBackupsRequest.Builder,ListBackupsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListBackupsRequest
@Mutable @NotThreadSafe public static interface ListBackupsRequest.Builder extends DynamoDbRequest.Builder, SdkPojo, CopyableBuilder<ListBackupsRequest.Builder,ListBackupsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListBackupsRequest.BuilderbackupType(String backupType)The backups from the table specified byBackupTypeare listed.ListBackupsRequest.BuilderbackupType(BackupTypeFilter backupType)The backups from the table specified byBackupTypeare listed.ListBackupsRequest.BuilderexclusiveStartBackupArn(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.ListBackupsRequest.Builderlimit(Integer limit)Maximum number of backups to return at once.ListBackupsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListBackupsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListBackupsRequest.BuildertableName(String tableName)Lists the backups from the table specified inTableName.ListBackupsRequest.BuildertimeRangeLowerBound(Instant timeRangeLowerBound)Only backups created after this time are listed.ListBackupsRequest.BuildertimeRangeUpperBound(Instant timeRangeUpperBound)Only backups created before this time are listed.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.dynamodb.model.DynamoDbRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
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 inTableName. 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
ListBackupsRequest.Builder limit(Integer 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.
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.
-
timeRangeUpperBound
ListBackupsRequest.Builder timeRangeUpperBound(Instant timeRangeUpperBound)
Only 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.
-
exclusiveStartBackupArn
ListBackupsRequest.Builder 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. 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 theExclusiveStartBackupArnof a newListBackupsoperation 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
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 byBackupTypeare 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:
BackupTypeFilter,BackupTypeFilter
-
-
backupType
ListBackupsRequest.Builder backupType(BackupTypeFilter 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).
- Parameters:
backupType- The backups from the table specified byBackupTypeare 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:
BackupTypeFilter,BackupTypeFilter
-
-
overrideConfiguration
ListBackupsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListBackupsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-