1
2
3
4
5
6
7
8
9
10
11
12
13
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`EnableLDAPS`](crate::operation::enable_ldaps::builders::EnableLDAPSFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`directory_id(impl ::std::convert::Into<String>)`](crate::operation::enable_ldaps::builders::EnableLDAPSFluentBuilder::directory_id) / [`set_directory_id(Option<String>)`](crate::operation::enable_ldaps::builders::EnableLDAPSFluentBuilder::set_directory_id): <p>The identifier of the directory.</p>
    ///   - [`r#type(LdapsType)`](crate::operation::enable_ldaps::builders::EnableLDAPSFluentBuilder::type) / [`set_type(Option<LdapsType>)`](crate::operation::enable_ldaps::builders::EnableLDAPSFluentBuilder::set_type): <p>The type of LDAP security to enable. Currently only the value <code>Client</code> is supported.</p>
    /// - On success, responds with [`EnableLdapsOutput`](crate::operation::enable_ldaps::EnableLdapsOutput)
    /// - On failure, responds with [`SdkError<EnableLDAPSError>`](crate::operation::enable_ldaps::EnableLDAPSError)
    pub fn enable_ldaps(&self) -> crate::operation::enable_ldaps::builders::EnableLDAPSFluentBuilder {
        crate::operation::enable_ldaps::builders::EnableLDAPSFluentBuilder::new(self.handle.clone())
    }
}