Interface BackupConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<BackupConfiguration.Builder,,BackupConfiguration> SdkBuilder<BackupConfiguration.Builder,,BackupConfiguration> SdkPojo
- Enclosing class:
BackupConfiguration
@Mutable
@NotThreadSafe
public static interface BackupConfiguration.Builder
extends SdkPojo, CopyableBuilder<BackupConfiguration.Builder,BackupConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionbackupTagsEnabled(Boolean backupTagsEnabled) Specifies whether tags are included in backups.backupType(String backupType) The type of backup.backupType(BackupType backupType) The type of backup.retentionPeriodInDays(Integer retentionPeriodInDays) The number of days backup data is retained.The backup status of the data store.status(BackupStatus status) The backup status of the data store.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
status
The backup status of the data store.
- Parameters:
status- The backup status of the data store.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The backup status of the data store.
- Parameters:
status- The backup status of the data store.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
backupType
The type of backup.
- Parameters:
backupType- The type of backup.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
backupType
The type of backup.
- Parameters:
backupType- The type of backup.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
retentionPeriodInDays
The number of days backup data is retained.
- Parameters:
retentionPeriodInDays- The number of days backup data is retained.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
backupTagsEnabled
Specifies whether tags are included in backups.
- Parameters:
backupTagsEnabled- Specifies whether tags are included in backups.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-