public static interface EnableClientAuthenticationRequest.Builder extends DirectoryRequest.Builder, SdkPojo, CopyableBuilder<EnableClientAuthenticationRequest.Builder,EnableClientAuthenticationRequest>
Modifier and Type | Method and Description |
---|---|
EnableClientAuthenticationRequest.Builder |
directoryId(String directoryId)
The identifier of the specified directory.
|
EnableClientAuthenticationRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
EnableClientAuthenticationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
EnableClientAuthenticationRequest.Builder |
type(ClientAuthenticationType type)
The type of client authentication to enable.
|
EnableClientAuthenticationRequest.Builder |
type(String type)
The type of client authentication to enable.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
EnableClientAuthenticationRequest.Builder directoryId(String directoryId)
The identifier of the specified directory.
directoryId
- The identifier of the specified directory.EnableClientAuthenticationRequest.Builder type(String 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 the on-premises AD.
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 the on-premises AD.ClientAuthenticationType
,
ClientAuthenticationType
EnableClientAuthenticationRequest.Builder type(ClientAuthenticationType 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 the on-premises AD.
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 the on-premises AD.ClientAuthenticationType
,
ClientAuthenticationType
EnableClientAuthenticationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.EnableClientAuthenticationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.