Interface LDAPSSettingInfo.Builder

    • Method Detail

      • ldapsStatus

        LDAPSSettingInfo.Builder ldapsStatus​(String ldapsStatus)

        The state of the LDAPS settings.

        Parameters:
        ldapsStatus - The state of the LDAPS settings.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        LDAPSStatus, LDAPSStatus
      • ldapsStatus

        LDAPSSettingInfo.Builder ldapsStatus​(LDAPSStatus ldapsStatus)

        The state of the LDAPS settings.

        Parameters:
        ldapsStatus - The state of the LDAPS settings.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        LDAPSStatus, LDAPSStatus
      • ldapsStatusReason

        LDAPSSettingInfo.Builder ldapsStatusReason​(String ldapsStatusReason)

        Describes a state change for LDAPS.

        Parameters:
        ldapsStatusReason - Describes a state change for LDAPS.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastUpdatedDateTime

        LDAPSSettingInfo.Builder lastUpdatedDateTime​(Instant lastUpdatedDateTime)

        The date and time when the LDAPS settings were last updated.

        Parameters:
        lastUpdatedDateTime - The date and time when the LDAPS settings were last updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.