Interface EnableClientAuthenticationRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<EnableClientAuthenticationRequest.Builder,
,EnableClientAuthenticationRequest> DirectoryRequest.Builder
,SdkBuilder<EnableClientAuthenticationRequest.Builder,
,EnableClientAuthenticationRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
EnableClientAuthenticationRequest
public static interface EnableClientAuthenticationRequest.Builder
extends DirectoryRequest.Builder, SdkPojo, CopyableBuilder<EnableClientAuthenticationRequest.Builder,EnableClientAuthenticationRequest>
-
Method Summary
Modifier and TypeMethodDescriptiondirectoryId
(String directoryId) The identifier of the specified directory.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The type of client authentication to enable.type
(ClientAuthenticationType type) The type of client authentication 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 Details
-
directoryId
The identifier of the specified directory.
- Parameters:
directoryId
- The identifier of the specified directory.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
The type of client authentication to enable. Currently only the value
SmartCard
is supported. Smart card authentication in AD Connector requires that you enable Kerberos Constrained Delegation for the Service User to the LDAP service in your self-managed AD.- Parameters:
type
- The type of client authentication to enable. Currently only the valueSmartCard
is supported. Smart card authentication in AD Connector requires that you enable Kerberos Constrained Delegation for the Service User to the LDAP service in your self-managed AD.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type of client authentication to enable. Currently only the value
SmartCard
is supported. Smart card authentication in AD Connector requires that you enable Kerberos Constrained Delegation for the Service User to the LDAP service in your self-managed AD.- Parameters:
type
- The type of client authentication to enable. Currently only the valueSmartCard
is supported. Smart card authentication in AD Connector requires that you enable Kerberos Constrained Delegation for the Service User to the LDAP service in your self-managed AD.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
EnableClientAuthenticationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
EnableClientAuthenticationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-