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 daily backups.
|
UpdateFileSystemWindowsConfiguration.Builder |
dailyAutomaticBackupStartTime(String dailyAutomaticBackupStartTime)
The preferred time to start the daily automatic backup, in the UTC time zone, for example,
02:00 |
default UpdateFileSystemWindowsConfiguration.Builder |
selfManagedActiveDirectoryConfiguration(Consumer<SelfManagedActiveDirectoryConfigurationUpdates.Builder> selfManagedActiveDirectoryConfiguration)
The configuration Amazon FSx uses to join the Windows File Server instance to the self-managed Microsoft AD
directory.
|
UpdateFileSystemWindowsConfiguration.Builder |
selfManagedActiveDirectoryConfiguration(SelfManagedActiveDirectoryConfigurationUpdates selfManagedActiveDirectoryConfiguration)
The configuration Amazon FSx uses to join the Windows File Server instance to the self-managed Microsoft AD
directory.
|
UpdateFileSystemWindowsConfiguration.Builder |
throughputCapacity(Integer throughputCapacity)
Sets the target value for a file system's throughput capacity, in MB/s, that you are updating the file system
to.
|
UpdateFileSystemWindowsConfiguration.Builder |
weeklyMaintenanceStartTime(String weeklyMaintenanceStartTime)
The preferred start time to perform weekly maintenance, formatted d:HH:MM in the UTC time zone.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateFileSystemWindowsConfiguration.Builder weeklyMaintenanceStartTime(String weeklyMaintenanceStartTime)
The preferred start time to perform weekly maintenance, formatted d:HH:MM in the UTC time zone. Where d is the weekday number, from 1 through 7, with 1 = Monday and 7 = Sunday.
weeklyMaintenanceStartTime - The preferred start time to perform weekly maintenance, formatted d:HH:MM in the UTC time zone. Where
d is the weekday number, from 1 through 7, with 1 = Monday and 7 = Sunday.UpdateFileSystemWindowsConfiguration.Builder dailyAutomaticBackupStartTime(String dailyAutomaticBackupStartTime)
The preferred time to start the daily automatic backup, in the UTC time zone, for example, 02:00
dailyAutomaticBackupStartTime - The preferred time to start the daily automatic backup, in the UTC time zone, for example,
02:00UpdateFileSystemWindowsConfiguration.Builder automaticBackupRetentionDays(Integer automaticBackupRetentionDays)
The number of days to retain automatic daily backups. Setting this to zero (0) disables automatic daily backups. You can retain automatic daily backups for a maximum of 90 days. For more information, see Working with Automatic Daily Backups.
automaticBackupRetentionDays - The number of days to retain automatic daily backups. Setting this to zero (0) disables automatic
daily backups. You can retain automatic daily backups for a maximum of 90 days. For more information,
see
Working with Automatic Daily Backups.UpdateFileSystemWindowsConfiguration.Builder throughputCapacity(Integer throughputCapacity)
Sets the target value for a file system's throughput capacity, in MB/s, that you are updating the file system to. Valid values are 8, 16, 32, 64, 128, 256, 512, 1024, 2048. You cannot make a throughput capacity update request if there is an existing throughput capacity update request in progress. For more information, see Managing Throughput Capacity.
throughputCapacity - Sets the target value for a file system's throughput capacity, in MB/s, that you are updating the file
system to. Valid values are 8, 16, 32, 64, 128, 256, 512, 1024, 2048. You cannot make a throughput
capacity update request if there is an existing throughput capacity update request in progress. For
more information, see Managing
Throughput Capacity.UpdateFileSystemWindowsConfiguration.Builder selfManagedActiveDirectoryConfiguration(SelfManagedActiveDirectoryConfigurationUpdates selfManagedActiveDirectoryConfiguration)
The configuration Amazon FSx uses to join the Windows File Server instance to the self-managed Microsoft AD directory. You cannot make a self-managed Microsoft AD update request if there is an existing self-managed Microsoft AD update request in progress.
selfManagedActiveDirectoryConfiguration - The configuration Amazon FSx uses to join the Windows File Server instance to the self-managed
Microsoft AD directory. You cannot make a self-managed Microsoft AD update request if there is an
existing self-managed Microsoft AD update request in progress.default UpdateFileSystemWindowsConfiguration.Builder selfManagedActiveDirectoryConfiguration(Consumer<SelfManagedActiveDirectoryConfigurationUpdates.Builder> selfManagedActiveDirectoryConfiguration)
The configuration Amazon FSx uses to join the Windows File Server instance to the self-managed Microsoft AD directory. You cannot make a self-managed Microsoft AD update request if there is an existing self-managed Microsoft AD update request in progress.
This is a convenience that creates an instance of theSelfManagedActiveDirectoryConfigurationUpdates.Builder avoiding the need to create one manually via
SelfManagedActiveDirectoryConfigurationUpdates.builder().
When the Consumer completes, SdkBuilder.build()
is called immediately and its result is passed to
selfManagedActiveDirectoryConfiguration(SelfManagedActiveDirectoryConfigurationUpdates).selfManagedActiveDirectoryConfiguration - a consumer that will call methods on SelfManagedActiveDirectoryConfigurationUpdates.BuilderselfManagedActiveDirectoryConfiguration(SelfManagedActiveDirectoryConfigurationUpdates)Copyright © 2021. All rights reserved.