Struct aws_sdk_fsx::model::update_svm_active_directory_configuration::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for UpdateSvmActiveDirectoryConfiguration
Implementations
pub fn self_managed_active_directory_configuration(
self,
input: SelfManagedActiveDirectoryConfigurationUpdates
) -> Self
pub fn self_managed_active_directory_configuration(
self,
input: SelfManagedActiveDirectoryConfigurationUpdates
) -> Self
The configuration that Amazon FSx uses to join the Windows File Server instance to a self-managed Microsoft Active Directory (AD) directory.
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 that Amazon FSx uses to join the Windows File Server instance to a self-managed Microsoft Active Directory (AD) directory.
Consumes the builder and constructs a UpdateSvmActiveDirectoryConfiguration
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