Struct aws_sdk_fsx::model::update_file_system_windows_configuration::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for UpdateFileSystemWindowsConfiguration
Implementations
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.
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.
The preferred time to start the daily automatic backup, in the UTC time zone, for example, 02:00
The preferred time to start the daily automatic backup, in the UTC time zone, for example, 02:00
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.
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.
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.
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.
pub fn self_managed_active_directory_configuration(
self,
input: SelfManagedActiveDirectoryConfigurationUpdates
) -> Self
pub fn self_managed_active_directory_configuration(
self,
input: SelfManagedActiveDirectoryConfigurationUpdates
) -> Self
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.
pub fn set_self_managed_active_directory_configuration(
self,
input: Option<SelfManagedActiveDirectoryConfigurationUpdates>
) -> Self
pub fn set_self_managed_active_directory_configuration(
self,
input: Option<SelfManagedActiveDirectoryConfigurationUpdates>
) -> Self
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.
The configuration that Amazon FSx for Windows File Server uses to audit and log user accesses of files, folders, and file shares on the Amazon FSx for Windows File Server file system..
pub fn set_audit_log_configuration(
self,
input: Option<WindowsAuditLogCreateConfiguration>
) -> Self
pub fn set_audit_log_configuration(
self,
input: Option<WindowsAuditLogCreateConfiguration>
) -> Self
The configuration that Amazon FSx for Windows File Server uses to audit and log user accesses of files, folders, and file shares on the Amazon FSx for Windows File Server file system..
Consumes the builder and constructs a UpdateFileSystemWindowsConfiguration
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more