public static interface DescribeLdapsSettingsRequest.Builder extends DirectoryRequest.Builder, SdkPojo, CopyableBuilder<DescribeLdapsSettingsRequest.Builder,DescribeLdapsSettingsRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeLdapsSettingsRequest.Builder |
directoryId(String directoryId)
The identifier of the directory.
|
DescribeLdapsSettingsRequest.Builder |
limit(Integer limit)
Specifies the number of items that should be displayed on one page.
|
DescribeLdapsSettingsRequest.Builder |
nextToken(String nextToken)
The type of next token used for pagination.
|
DescribeLdapsSettingsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeLdapsSettingsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DescribeLdapsSettingsRequest.Builder |
type(LDAPSType type)
The type of LDAP security to enable.
|
DescribeLdapsSettingsRequest.Builder |
type(String type)
The type of LDAP security to enable.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeLdapsSettingsRequest.Builder directoryId(String directoryId)
The identifier of the directory.
directoryId - The identifier of the directory.DescribeLdapsSettingsRequest.Builder type(String type)
The type of LDAP security to enable. Currently only the value Client is supported.
DescribeLdapsSettingsRequest.Builder type(LDAPSType type)
The type of LDAP security to enable. Currently only the value Client is supported.
DescribeLdapsSettingsRequest.Builder nextToken(String nextToken)
The type of next token used for pagination.
nextToken - The type of next token used for pagination.DescribeLdapsSettingsRequest.Builder limit(Integer limit)
Specifies the number of items that should be displayed on one page.
limit - Specifies the number of items that should be displayed on one page.DescribeLdapsSettingsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeLdapsSettingsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.