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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LDAPSSettingInfo.BuilderlastUpdatedDateTime(Instant lastUpdatedDateTime)The date and time when the LDAPS settings were last updated.LDAPSSettingInfo.BuilderldapsStatus(String ldapsStatus)The state of the LDAPS settings.LDAPSSettingInfo.BuilderldapsStatus(LDAPSStatus ldapsStatus)The state of the LDAPS settings.LDAPSSettingInfo.BuilderldapsStatusReason(String ldapsStatusReason)Describes a state change for LDAPS.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
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.
-
-