Class ListBackupsRequest
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<ListBackupsRequest.Builder,ListBackupsRequest>
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal BackupTypeFilterThe backups from the table specified byBackupTypeare listed.final StringThe backups from the table specified byBackupTypeare listed.static ListBackupsRequest.Builderbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) final StringLastEvaluatedBackupArnis 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.final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final Integerlimit()Maximum number of backups to return at once.static Class<? extends ListBackupsRequest.Builder>final StringLists the backups from the table specified inTableName.final InstantOnly backups created after this time are listed.final InstantOnly backups created before this time are listed.final StringtoString()Returns a string representation of this object.Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfigurationMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
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.- Returns:
- Lists the backups from the table specified in
TableName. You can also provide the Amazon Resource Name (ARN) of the table in this parameter.
-
limit
Maximum number of backups to return at once.
- Returns:
- Maximum number of backups to return at once.
-
timeRangeLowerBound
Only backups created after this time are listed.
TimeRangeLowerBoundis inclusive.- Returns:
- Only backups created after this time are listed.
TimeRangeLowerBoundis inclusive.
-
timeRangeUpperBound
Only backups created before this time are listed.
TimeRangeUpperBoundis exclusive.- Returns:
- Only backups created before this time are listed.
TimeRangeUpperBoundis exclusive.
-
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:
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.
-
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).
If the service returns an enum value that is not available in the current SDK version,
backupTypewill returnBackupTypeFilter.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frombackupTypeAsString().- Returns:
- 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).
-
- See Also:
-
-
backupTypeAsString
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).
If the service returns an enum value that is not available in the current SDK version,
backupTypewill returnBackupTypeFilter.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frombackupTypeAsString().- Returns:
- 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).
-
- See Also:
-
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListBackupsRequest.Builder,ListBackupsRequest> - Specified by:
toBuilderin classDynamoDbRequest
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode()- Overrides:
hashCodein classAwsRequest
-
equals
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
- Overrides:
getValueForFieldin classSdkRequest
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-