public static class CreateNodeBackupConfigurationDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
public CreateNodeBackupConfigurationDetails.Builder levelTypeDetails(LevelTypeDetails levelTypeDetails)
public CreateNodeBackupConfigurationDetails.Builder displayName(String displayName)
A user-friendly name. Only ASCII alphanumeric characters with no spaces allowed. The name does not have to be unique, and it may be changed. Avoid entering confidential information.
displayName
- the value to setpublic CreateNodeBackupConfigurationDetails.Builder timezone(String timezone)
The time zone of the execution schedule, in IANA time zone database name format
timezone
- the value to setpublic CreateNodeBackupConfigurationDetails.Builder schedule(String schedule)
Day/time recurrence (specified following RFC 5545) at which to trigger the backup process. Currently only DAILY, WEEKLY and MONTHLY frequency is supported. Days of the week are specified using BYDAY field. Time of the day is specified using BYHOUR. Other fields are not supported.
schedule
- the value to setpublic CreateNodeBackupConfigurationDetails.Builder numberOfBackupsToRetain(Integer numberOfBackupsToRetain)
Number of backup copies to retain.
numberOfBackupsToRetain
- the value to setpublic CreateNodeBackupConfigurationDetails.Builder backupType(NodeBackup.BackupType backupType)
Incremental backup type includes only the changes since the last backup. Full backup type includes all changes since the volume was created.
backupType
- the value to setpublic CreateNodeBackupConfigurationDetails build()
public CreateNodeBackupConfigurationDetails.Builder copy(CreateNodeBackupConfigurationDetails model)
Copyright © 2016–2024. All rights reserved.