public static interface DisableClientAuthenticationRequest.Builder extends DirectoryRequest.Builder, SdkPojo, CopyableBuilder<DisableClientAuthenticationRequest.Builder,DisableClientAuthenticationRequest>
| Modifier and Type | Method and Description |
|---|---|
DisableClientAuthenticationRequest.Builder |
directoryId(String directoryId)
The identifier of the directory
|
DisableClientAuthenticationRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DisableClientAuthenticationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DisableClientAuthenticationRequest.Builder |
type(ClientAuthenticationType type)
The type of client authentication to disable.
|
DisableClientAuthenticationRequest.Builder |
type(String type)
The type of client authentication to disable.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDisableClientAuthenticationRequest.Builder directoryId(String directoryId)
The identifier of the directory
directoryId - The identifier of the directoryDisableClientAuthenticationRequest.Builder type(String type)
The type of client authentication to disable. Currently, only the parameter, SmartCard is
supported.
type - The type of client authentication to disable. Currently, only the parameter, SmartCard is
supported.ClientAuthenticationType,
ClientAuthenticationTypeDisableClientAuthenticationRequest.Builder type(ClientAuthenticationType type)
The type of client authentication to disable. Currently, only the parameter, SmartCard is
supported.
type - The type of client authentication to disable. Currently, only the parameter, SmartCard is
supported.ClientAuthenticationType,
ClientAuthenticationTypeDisableClientAuthenticationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDisableClientAuthenticationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.