public static interface BackupRetentionPolicy.Builder extends SdkPojo, CopyableBuilder<BackupRetentionPolicy.Builder,BackupRetentionPolicy>
| Modifier and Type | Method and Description |
|---|---|
BackupRetentionPolicy.Builder |
type(BackupRetentionType type)
The type of backup retention policy.
|
BackupRetentionPolicy.Builder |
type(String type)
The type of backup retention policy.
|
BackupRetentionPolicy.Builder |
value(String value)
Use a value between 7 - 379.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBackupRetentionPolicy.Builder type(String type)
The type of backup retention policy. For the DAYS type, the value is the number of days to
retain backups.
type - The type of backup retention policy. For the DAYS type, the value is the number of days
to retain backups.BackupRetentionType,
BackupRetentionTypeBackupRetentionPolicy.Builder type(BackupRetentionType type)
The type of backup retention policy. For the DAYS type, the value is the number of days to
retain backups.
type - The type of backup retention policy. For the DAYS type, the value is the number of days
to retain backups.BackupRetentionType,
BackupRetentionTypeBackupRetentionPolicy.Builder value(String value)
Use a value between 7 - 379.
value - Use a value between 7 - 379.Copyright © 2023. All rights reserved.