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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EnableClientAuthenticationRequest.BuilderdirectoryId(String directoryId)The identifier of the specified directory.EnableClientAuthenticationRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)EnableClientAuthenticationRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)EnableClientAuthenticationRequest.Buildertype(String type)The type of client authentication to enable.EnableClientAuthenticationRequest.Buildertype(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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
directoryId
EnableClientAuthenticationRequest.Builder directoryId(String 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
EnableClientAuthenticationRequest.Builder type(String type)
The type of client authentication to enable. Currently only the value
SmartCardis 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 valueSmartCardis 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:
ClientAuthenticationType,ClientAuthenticationType
-
type
EnableClientAuthenticationRequest.Builder type(ClientAuthenticationType type)
The type of client authentication to enable. Currently only the value
SmartCardis 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 valueSmartCardis 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:
ClientAuthenticationType,ClientAuthenticationType
-
overrideConfiguration
EnableClientAuthenticationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
EnableClientAuthenticationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-