public static interface DescribeClientAuthenticationSettingsRequest.Builder extends DirectoryRequest.Builder, SdkPojo, CopyableBuilder<DescribeClientAuthenticationSettingsRequest.Builder,DescribeClientAuthenticationSettingsRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeClientAuthenticationSettingsRequest.Builder directoryId(String directoryId)
The identifier of the directory for which to retrieve information.
directoryId - The identifier of the directory for which to retrieve information.DescribeClientAuthenticationSettingsRequest.Builder type(String type)
The type of client authentication for which to retrieve information. If no type is specified, a list of all client authentication types that are supported for the specified directory is retrieved.
type - The type of client authentication for which to retrieve information. If no type is specified, a list
of all client authentication types that are supported for the specified directory is retrieved.ClientAuthenticationType,
ClientAuthenticationTypeDescribeClientAuthenticationSettingsRequest.Builder type(ClientAuthenticationType type)
The type of client authentication for which to retrieve information. If no type is specified, a list of all client authentication types that are supported for the specified directory is retrieved.
type - The type of client authentication for which to retrieve information. If no type is specified, a list
of all client authentication types that are supported for the specified directory is retrieved.ClientAuthenticationType,
ClientAuthenticationTypeDescribeClientAuthenticationSettingsRequest.Builder nextToken(String nextToken)
The DescribeClientAuthenticationSettingsResult.NextToken value from a previous call to DescribeClientAuthenticationSettings. Pass null if this is the first call.
nextToken - The DescribeClientAuthenticationSettingsResult.NextToken value from a previous call to
DescribeClientAuthenticationSettings. Pass null if this is the first call.DescribeClientAuthenticationSettingsRequest.Builder limit(Integer limit)
The maximum number of items to return. If this value is zero, the maximum number of items is specified by the limitations of the operation.
limit - The maximum number of items to return. If this value is zero, the maximum number of items is specified
by the limitations of the operation.DescribeClientAuthenticationSettingsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeClientAuthenticationSettingsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.