Interface BackupRetentionPolicy.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<BackupRetentionPolicy.Builder,BackupRetentionPolicy>,SdkBuilder<BackupRetentionPolicy.Builder,BackupRetentionPolicy>,SdkPojo
- Enclosing class:
- BackupRetentionPolicy
public static interface BackupRetentionPolicy.Builder extends SdkPojo, CopyableBuilder<BackupRetentionPolicy.Builder,BackupRetentionPolicy>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BackupRetentionPolicy.Buildertype(String type)The type of backup retention policy.BackupRetentionPolicy.Buildertype(BackupRetentionType type)The type of backup retention policy.BackupRetentionPolicy.Buildervalue(String value)Use a value between 7 - 379.-
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
-
type
BackupRetentionPolicy.Builder type(String type)
The type of backup retention policy. For the
DAYStype, the value is the number of days to retain backups.- Parameters:
type- The type of backup retention policy. For theDAYStype, the value is the number of days to retain backups.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
BackupRetentionType,BackupRetentionType
-
type
BackupRetentionPolicy.Builder type(BackupRetentionType type)
The type of backup retention policy. For the
DAYStype, the value is the number of days to retain backups.- Parameters:
type- The type of backup retention policy. For theDAYStype, the value is the number of days to retain backups.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
BackupRetentionType,BackupRetentionType
-
value
BackupRetentionPolicy.Builder value(String value)
Use a value between 7 - 379.
- Parameters:
value- Use a value between 7 - 379.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-