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 theList.Builder avoiding
the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #ldapsSettingsInfo(List) .ldapsSettingsInfo - a consumer that will call methods on List.Builder #ldapsSettingsInfo(List) 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.