public static interface UpdateFileSystemWindowsConfiguration.Builder extends SdkPojo, CopyableBuilder<UpdateFileSystemWindowsConfiguration.Builder,UpdateFileSystemWindowsConfiguration>
Modifier and Type | Method and Description |
---|---|
UpdateFileSystemWindowsConfiguration.Builder |
automaticBackupRetentionDays(Integer automaticBackupRetentionDays)
The number of days to retain automatic backups.
|
UpdateFileSystemWindowsConfiguration.Builder |
dailyAutomaticBackupStartTime(String dailyAutomaticBackupStartTime)
The preferred time to take daily automatic backups, in the UTC time zone.
|
UpdateFileSystemWindowsConfiguration.Builder |
weeklyMaintenanceStartTime(String weeklyMaintenanceStartTime)
The preferred time to perform weekly maintenance, in the UTC time zone.
|
copy
applyMutation, build
UpdateFileSystemWindowsConfiguration.Builder weeklyMaintenanceStartTime(String weeklyMaintenanceStartTime)
The preferred time to perform weekly maintenance, in the UTC time zone.
weeklyMaintenanceStartTime
- The preferred time to perform weekly maintenance, in the UTC time zone.UpdateFileSystemWindowsConfiguration.Builder dailyAutomaticBackupStartTime(String dailyAutomaticBackupStartTime)
The preferred time to take daily automatic backups, in the UTC time zone.
dailyAutomaticBackupStartTime
- The preferred time to take daily automatic backups, in the UTC time zone.UpdateFileSystemWindowsConfiguration.Builder automaticBackupRetentionDays(Integer automaticBackupRetentionDays)
The number of days to retain automatic backups. Setting this to 0 disables automatic backups. You can retain automatic backups for a maximum of 35 days.
automaticBackupRetentionDays
- The number of days to retain automatic backups. Setting this to 0 disables automatic backups. You can
retain automatic backups for a maximum of 35 days.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.