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, sdkFields
copy
applyMutation, build
LDAPSSettingInfo.Builder ldapsStatus(String ldapsStatus)
The state of the LDAPS settings.
ldapsStatus
- The state of the LDAPS settings.LDAPSStatus
,
LDAPSStatus
LDAPSSettingInfo.Builder ldapsStatus(LDAPSStatus ldapsStatus)
The state of the LDAPS settings.
ldapsStatus
- The state of the LDAPS settings.LDAPSStatus
,
LDAPSStatus
LDAPSSettingInfo.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 © 2021 Amazon Web Services, Inc. All Rights Reserved.