Interface BackupSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<BackupSummary.Builder,BackupSummary>,SdkBuilder<BackupSummary.Builder,BackupSummary>,SdkPojo
- Enclosing class:
- BackupSummary
@Mutable @NotThreadSafe public static interface BackupSummary.Builder extends SdkPojo, CopyableBuilder<BackupSummary.Builder,BackupSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BackupSummary.BuilderbackupArn(String backupArn)ARN associated with the backup.BackupSummary.BuilderbackupCreationDateTime(Instant backupCreationDateTime)Time at which the backup was created.BackupSummary.BuilderbackupExpiryDateTime(Instant backupExpiryDateTime)Time at which the automatic on-demand backup created by DynamoDB will expire.BackupSummary.BuilderbackupName(String backupName)Name of the specified backup.BackupSummary.BuilderbackupSizeBytes(Long backupSizeBytes)Size of the backup in bytes.BackupSummary.BuilderbackupStatus(String backupStatus)Backup can be in one of the following states: CREATING, ACTIVE, DELETED.BackupSummary.BuilderbackupStatus(BackupStatus backupStatus)Backup can be in one of the following states: CREATING, ACTIVE, DELETED.BackupSummary.BuilderbackupType(String backupType)BackupType:BackupSummary.BuilderbackupType(BackupType backupType)BackupType:BackupSummary.BuildertableArn(String tableArn)ARN associated with the table.BackupSummary.BuildertableId(String tableId)Unique identifier for the table.BackupSummary.BuildertableName(String tableName)Name of the table.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
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
BackupSummary.Builder tableName(String tableName)
Name of the table.
- Parameters:
tableName- Name of the table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tableId
BackupSummary.Builder tableId(String tableId)
Unique identifier for the table.
- Parameters:
tableId- Unique identifier for the table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tableArn
BackupSummary.Builder tableArn(String tableArn)
ARN associated with the table.
- Parameters:
tableArn- ARN associated with the table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
backupArn
BackupSummary.Builder backupArn(String backupArn)
ARN associated with the backup.
- Parameters:
backupArn- ARN associated with the backup.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
backupName
BackupSummary.Builder backupName(String backupName)
Name of the specified backup.
- Parameters:
backupName- Name of the specified backup.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
backupCreationDateTime
BackupSummary.Builder backupCreationDateTime(Instant backupCreationDateTime)
Time at which the backup was created.
- Parameters:
backupCreationDateTime- Time at which the backup was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
backupExpiryDateTime
BackupSummary.Builder backupExpiryDateTime(Instant backupExpiryDateTime)
Time at which the automatic on-demand backup created by DynamoDB will expire. This
SYSTEMon-demand backup expires automatically 35 days after its creation.- Parameters:
backupExpiryDateTime- Time at which the automatic on-demand backup created by DynamoDB will expire. ThisSYSTEMon-demand backup expires automatically 35 days after its creation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
backupStatus
BackupSummary.Builder backupStatus(String backupStatus)
Backup can be in one of the following states: CREATING, ACTIVE, DELETED.
- Parameters:
backupStatus- Backup can be in one of the following states: CREATING, ACTIVE, DELETED.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
BackupStatus,BackupStatus
-
backupStatus
BackupSummary.Builder backupStatus(BackupStatus backupStatus)
Backup can be in one of the following states: CREATING, ACTIVE, DELETED.
- Parameters:
backupStatus- Backup can be in one of the following states: CREATING, ACTIVE, DELETED.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
BackupStatus,BackupStatus
-
backupType
BackupSummary.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, aSYSTEMbackup 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.
- Parameters:
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, aSYSTEMbackup 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.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
BackupType,BackupType
-
-
backupType
BackupSummary.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, aSYSTEMbackup 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.
- Parameters:
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, aSYSTEMbackup 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.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
BackupType,BackupType
-
-
backupSizeBytes
BackupSummary.Builder backupSizeBytes(Long backupSizeBytes)
Size of the backup in bytes.
- Parameters:
backupSizeBytes- Size of the backup in bytes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-