pub struct Builder { /* private fields */ }Expand description
A builder for FSxWindowsFileServerVolumeConfiguration.
Implementations§
source§impl Builder
impl Builder
sourcepub fn file_system_id(self, input: impl Into<String>) -> Self
pub fn file_system_id(self, input: impl Into<String>) -> Self
The Amazon FSx for Windows File Server file system ID to use.
sourcepub fn set_file_system_id(self, input: Option<String>) -> Self
pub fn set_file_system_id(self, input: Option<String>) -> Self
The Amazon FSx for Windows File Server file system ID to use.
sourcepub fn root_directory(self, input: impl Into<String>) -> Self
pub fn root_directory(self, input: impl Into<String>) -> Self
The directory within the Amazon FSx for Windows File Server file system to mount as the root directory inside the host.
sourcepub fn set_root_directory(self, input: Option<String>) -> Self
pub fn set_root_directory(self, input: Option<String>) -> Self
The directory within the Amazon FSx for Windows File Server file system to mount as the root directory inside the host.
The authorization configuration details for the Amazon FSx for Windows File Server file system.
The authorization configuration details for the Amazon FSx for Windows File Server file system.
sourcepub fn build(self) -> FSxWindowsFileServerVolumeConfiguration
pub fn build(self) -> FSxWindowsFileServerVolumeConfiguration
Consumes the builder and constructs a FSxWindowsFileServerVolumeConfiguration.