Interface DescribeLdapsSettingsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeLdapsSettingsResponse.Builder,DescribeLdapsSettingsResponse>,DirectoryResponse.Builder,SdkBuilder<DescribeLdapsSettingsResponse.Builder,DescribeLdapsSettingsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeLdapsSettingsResponse
public static interface DescribeLdapsSettingsResponse.Builder extends DirectoryResponse.Builder, SdkPojo, CopyableBuilder<DescribeLdapsSettingsResponse.Builder,DescribeLdapsSettingsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeLdapsSettingsResponse.BuilderldapsSettingsInfo(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.BuilderldapsSettingsInfo(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.BuilderldapsSettingsInfo(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.BuildernextToken(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.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.directory.model.DirectoryResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
ldapsSettingsInfo
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.
- Parameters:
ldapsSettingsInfo- Information about LDAP security for the specified directory, including status of enablement, state last updated date time, and the reason for the state.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ldapsSettingsInfo
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.
- Parameters:
ldapsSettingsInfo- Information about LDAP security for the specified directory, including status of enablement, state last updated date time, and the reason for the state.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ldapsSettingsInfo
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.Builderavoiding the need to create one manually viaLDAPSSettingInfo.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#ldapsSettingsInfo(List.) - Parameters:
ldapsSettingsInfo- a consumer that will call methods onLDAPSSettingInfo.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#ldapsSettingsInfo(java.util.Collection)
-
nextToken
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.
- Parameters:
nextToken- The next token used to retrieve the LDAPS settings if the number of setting types exceeds page limit and there is another page.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-