public static interface BackupDetails.Builder extends SdkPojo, CopyableBuilder<BackupDetails.Builder,BackupDetails>
Modifier and Type | Method and Description |
---|---|
BackupDetails.Builder |
backupArn(String backupArn)
ARN associated with the backup.
|
BackupDetails.Builder |
backupCreationDateTime(Instant backupCreationDateTime)
Time at which the backup was created.
|
BackupDetails.Builder |
backupExpiryDateTime(Instant backupExpiryDateTime)
Time at which the automatic on-demand backup created by DynamoDB will expire.
|
BackupDetails.Builder |
backupName(String backupName)
Name of the requested backup.
|
BackupDetails.Builder |
backupSizeBytes(Long backupSizeBytes)
Size of the backup in bytes.
|
BackupDetails.Builder |
backupStatus(BackupStatus backupStatus)
Backup can be in one of the following states: CREATING, ACTIVE, DELETED.
|
BackupDetails.Builder |
backupStatus(String backupStatus)
Backup can be in one of the following states: CREATING, ACTIVE, DELETED.
|
BackupDetails.Builder |
backupType(BackupType backupType)
BackupType:
|
BackupDetails.Builder |
backupType(String backupType)
BackupType:
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
BackupDetails.Builder backupArn(String backupArn)
ARN associated with the backup.
backupArn
- ARN associated with the backup.BackupDetails.Builder backupName(String backupName)
Name of the requested backup.
backupName
- Name of the requested backup.BackupDetails.Builder backupSizeBytes(Long backupSizeBytes)
Size of the backup in bytes.
backupSizeBytes
- Size of the backup in bytes.BackupDetails.Builder backupStatus(String backupStatus)
Backup can be in one of the following states: CREATING, ACTIVE, DELETED.
backupStatus
- Backup can be in one of the following states: CREATING, ACTIVE, DELETED.BackupStatus
,
BackupStatus
BackupDetails.Builder backupStatus(BackupStatus backupStatus)
Backup can be in one of the following states: CREATING, ACTIVE, DELETED.
backupStatus
- Backup can be in one of the following states: CREATING, ACTIVE, DELETED.BackupStatus
,
BackupStatus
BackupDetails.Builder backupType(String backupType)
BackupType:
USER
- You create and manage these using the on-demand backup feature.
SYSTEM
- If you delete a table with point-in-time recovery enabled, a SYSTEM
backup
is automatically created and is retained for 35 days (at no additional cost). System backups allow you to
restore the deleted table to the state it was in just before the point of deletion.
AWS_BACKUP
- On-demand backup created by you from Backup service.
backupType
- BackupType:
USER
- You create and manage these using the on-demand backup feature.
SYSTEM
- If you delete a table with point-in-time recovery enabled, a SYSTEM
backup is automatically created and is retained for 35 days (at no additional cost). System backups
allow you to restore the deleted table to the state it was in just before the point of deletion.
AWS_BACKUP
- On-demand backup created by you from Backup service.
BackupType
,
BackupType
BackupDetails.Builder backupType(BackupType backupType)
BackupType:
USER
- You create and manage these using the on-demand backup feature.
SYSTEM
- If you delete a table with point-in-time recovery enabled, a SYSTEM
backup
is automatically created and is retained for 35 days (at no additional cost). System backups allow you to
restore the deleted table to the state it was in just before the point of deletion.
AWS_BACKUP
- On-demand backup created by you from Backup service.
backupType
- BackupType:
USER
- You create and manage these using the on-demand backup feature.
SYSTEM
- If you delete a table with point-in-time recovery enabled, a SYSTEM
backup is automatically created and is retained for 35 days (at no additional cost). System backups
allow you to restore the deleted table to the state it was in just before the point of deletion.
AWS_BACKUP
- On-demand backup created by you from Backup service.
BackupType
,
BackupType
BackupDetails.Builder backupCreationDateTime(Instant backupCreationDateTime)
Time at which the backup was created. This is the request time of the backup.
backupCreationDateTime
- Time at which the backup was created. This is the request time of the backup.BackupDetails.Builder backupExpiryDateTime(Instant backupExpiryDateTime)
Time at which the automatic on-demand backup created by DynamoDB will expire. This SYSTEM
on-demand backup expires automatically 35 days after its creation.
backupExpiryDateTime
- Time at which the automatic on-demand backup created by DynamoDB will expire. This SYSTEM
on-demand backup expires automatically 35 days after its creation.Copyright © 2022. All rights reserved.