public static interface LDAPSSettingInfo.Builder extends SdkPojo, CopyableBuilder<LDAPSSettingInfo.Builder,LDAPSSettingInfo>
| Modifier and Type | Method and Description |
|---|---|
LDAPSSettingInfo.Builder |
lastUpdatedDateTime(Instant lastUpdatedDateTime)
The date and time when the LDAPS settings were last updated.
|
LDAPSSettingInfo.Builder |
ldapsStatus(LDAPSStatus ldapsStatus)
The state of the LDAPS settings.
|
LDAPSSettingInfo.Builder |
ldapsStatus(String ldapsStatus)
The state of the LDAPS settings.
|
LDAPSSettingInfo.Builder |
ldapsStatusReason(String ldapsStatusReason)
Describes a state change for LDAPS.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLDAPSSettingInfo.Builder ldapsStatus(String ldapsStatus)
The state of the LDAPS settings.
ldapsStatus - The state of the LDAPS settings.LDAPSStatus,
LDAPSStatusLDAPSSettingInfo.Builder ldapsStatus(LDAPSStatus ldapsStatus)
The state of the LDAPS settings.
ldapsStatus - The state of the LDAPS settings.LDAPSStatus,
LDAPSStatusLDAPSSettingInfo.Builder ldapsStatusReason(String ldapsStatusReason)
Describes a state change for LDAPS.
ldapsStatusReason - Describes a state change for LDAPS.LDAPSSettingInfo.Builder lastUpdatedDateTime(Instant lastUpdatedDateTime)
The date and time when the LDAPS settings were last updated.
lastUpdatedDateTime - The date and time when the LDAPS settings were last updated.Copyright © 2023. All rights reserved.