public static interface DescribeLdapsSettingsResponse.Builder extends DirectoryResponse.Builder, SdkPojo, CopyableBuilder<DescribeLdapsSettingsResponse.Builder,DescribeLdapsSettingsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeLdapsSettingsResponse.Builder |
ldapsSettingsInfo(Collection<LDAPSSettingInfo> ldapsSettingsInfo)
Information about LDAP security for the specified directory, including status of enablement, state last
updated date time, and the reason for the state.
|
DescribeLdapsSettingsResponse.Builder |
ldapsSettingsInfo(Consumer<LDAPSSettingInfo.Builder>... ldapsSettingsInfo)
Information about LDAP security for the specified directory, including status of enablement, state last
updated date time, and the reason for the state.
|
DescribeLdapsSettingsResponse.Builder |
ldapsSettingsInfo(LDAPSSettingInfo... ldapsSettingsInfo)
Information about LDAP security for the specified directory, including status of enablement, state last
updated date time, and the reason for the state.
|
DescribeLdapsSettingsResponse.Builder |
nextToken(String nextToken)
The next token used to retrieve the LDAPS settings if the number of setting types exceeds page limit and
there is another page.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeLdapsSettingsResponse.Builder ldapsSettingsInfo(Collection<LDAPSSettingInfo> ldapsSettingsInfo)
Information about LDAP security for the specified directory, including status of enablement, state last updated date time, and the reason for the state.
ldapsSettingsInfo - Information about LDAP security for the specified directory, including status of enablement, state
last updated date time, and the reason for the state.DescribeLdapsSettingsResponse.Builder ldapsSettingsInfo(LDAPSSettingInfo... ldapsSettingsInfo)
Information about LDAP security for the specified directory, including status of enablement, state last updated date time, and the reason for the state.
ldapsSettingsInfo - Information about LDAP security for the specified directory, including status of enablement, state
last updated date time, and the reason for the state.DescribeLdapsSettingsResponse.Builder ldapsSettingsInfo(Consumer<LDAPSSettingInfo.Builder>... ldapsSettingsInfo)
Information about LDAP security for the specified directory, including status of enablement, state last updated date time, and the reason for the state.
This is a convenience method that creates an instance of theLDAPSSettingInfo.Builder avoiding the need to create
one manually via LDAPSSettingInfo.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #ldapsSettingsInfo(List.
ldapsSettingsInfo - a consumer that will call methods on
LDAPSSettingInfo.Builder#ldapsSettingsInfo(java.util.Collection) DescribeLdapsSettingsResponse.Builder nextToken(String nextToken)
The next token used to retrieve the LDAPS settings if the number of setting types exceeds page limit and there is another page.
nextToken - The next token used to retrieve the LDAPS settings if the number of setting types exceeds page limit
and there is another page.Copyright © 2022. All rights reserved.