Interface DescribeLdapsSettingsResponse.Builder

    • Method Detail

      • ldapsSettingsInfo

        DescribeLdapsSettingsResponse.Builder ldapsSettingsInfo​(Collection<LDAPSSettingInfo> ldapsSettingsInfo)

        Information about LDAP security for the specified directory, including status of enablement, state last updated date time, and the reason for the state.

        Parameters:
        ldapsSettingsInfo - Information about LDAP security for the specified directory, including status of enablement, state last updated date time, and the reason for the state.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • ldapsSettingsInfo

        DescribeLdapsSettingsResponse.Builder ldapsSettingsInfo​(LDAPSSettingInfo... ldapsSettingsInfo)

        Information about LDAP security for the specified directory, including status of enablement, state last updated date time, and the reason for the state.

        Parameters:
        ldapsSettingsInfo - Information about LDAP security for the specified directory, including status of enablement, state last updated date time, and the reason for the state.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        DescribeLdapsSettingsResponse.Builder nextToken​(String nextToken)

        The next token used to retrieve the LDAPS settings if the number of setting types exceeds page limit and there is another page.

        Parameters:
        nextToken - The next token used to retrieve the LDAPS settings if the number of setting types exceeds page limit and there is another page.
        Returns:
        Returns a reference to this object so that method calls can be chained together.