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)
Add an optional request override configuration.
|
DisableClientAuthenticationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
DisableClientAuthenticationRequest.Builder |
type(ClientAuthenticationType type)
The type of client authentication to disable.
|
DisableClientAuthenticationRequest.Builder |
type(String type)
The type of client authentication to disable.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
DisableClientAuthenticationRequest.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
,
ClientAuthenticationType
DisableClientAuthenticationRequest.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
,
ClientAuthenticationType
DisableClientAuthenticationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.DisableClientAuthenticationRequest.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.