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 Summary
Modifier and TypeMethodDescriptionbackupType
(String backupType) The backups from the table specified byBackupType
are listed.backupType
(BackupTypeFilter backupType) The backups from the table specified byBackupType
are listed.exclusiveStartBackupArn
(String exclusiveStartBackupArn) LastEvaluatedBackupArn
is 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.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, sdkFields
-
Method Details
-
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
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
Only backups created after this time are listed.
TimeRangeLowerBound
is inclusive.- Parameters:
timeRangeLowerBound
- Only backups created after this time are listed.TimeRangeLowerBound
is inclusive.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
timeRangeUpperBound
Only backups created before this time are listed.
TimeRangeUpperBound
is exclusive.- Parameters:
timeRangeUpperBound
- Only backups created before this time are listed.TimeRangeUpperBound
is exclusive.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
exclusiveStartBackupArn
LastEvaluatedBackupArn
is 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 theExclusiveStartBackupArn
of a newListBackups
operation in order to fetch the next page of results.- Parameters:
exclusiveStartBackupArn
-LastEvaluatedBackupArn
is 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 theExclusiveStartBackupArn
of a newListBackups
operation 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
The backups from the table specified by
BackupType
are listed.Where
BackupType
can 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 byBackupType
are listed.Where
BackupType
can 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:
-
-
backupType
The backups from the table specified by
BackupType
are listed.Where
BackupType
can 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 byBackupType
are listed.Where
BackupType
can 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:
-
-
overrideConfiguration
ListBackupsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListBackupsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-