Interface LDAPSSettingInfo.Builder

All Superinterfaces:
Buildable, CopyableBuilder<LDAPSSettingInfo.Builder,LDAPSSettingInfo>, SdkBuilder<LDAPSSettingInfo.Builder,LDAPSSettingInfo>, SdkPojo
Enclosing class:
LDAPSSettingInfo

public static interface LDAPSSettingInfo.Builder extends SdkPojo, CopyableBuilder<LDAPSSettingInfo.Builder,LDAPSSettingInfo>
  • Method Details

    • 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

      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:
    • 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.