Interface EnableLdapsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<EnableLdapsRequest.Builder,EnableLdapsRequest>,DirectoryRequest.Builder,SdkBuilder<EnableLdapsRequest.Builder,EnableLdapsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- EnableLdapsRequest
public static interface EnableLdapsRequest.Builder extends DirectoryRequest.Builder, SdkPojo, CopyableBuilder<EnableLdapsRequest.Builder,EnableLdapsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EnableLdapsRequest.BuilderdirectoryId(String directoryId)The identifier of the directory.EnableLdapsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)EnableLdapsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)EnableLdapsRequest.Buildertype(String type)The type of LDAP security to enable.EnableLdapsRequest.Buildertype(LDAPSType type)The type of LDAP security to enable.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.directory.model.DirectoryRequest.Builder
build
-
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
-
directoryId
EnableLdapsRequest.Builder directoryId(String directoryId)
The identifier of the directory.
- Parameters:
directoryId- The identifier of the directory.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
EnableLdapsRequest.Builder type(String type)
The type of LDAP security to enable. Currently only the value
Clientis supported.
-
type
EnableLdapsRequest.Builder type(LDAPSType type)
The type of LDAP security to enable. Currently only the value
Clientis supported.
-
overrideConfiguration
EnableLdapsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
EnableLdapsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-