Interface DescribeClientAuthenticationSettingsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DescribeClientAuthenticationSettingsRequest.Builder,DescribeClientAuthenticationSettingsRequest>,DirectoryRequest.Builder,SdkBuilder<DescribeClientAuthenticationSettingsRequest.Builder,DescribeClientAuthenticationSettingsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DescribeClientAuthenticationSettingsRequest
public static interface DescribeClientAuthenticationSettingsRequest.Builder extends DirectoryRequest.Builder, SdkPojo, CopyableBuilder<DescribeClientAuthenticationSettingsRequest.Builder,DescribeClientAuthenticationSettingsRequest>
-
-
Method Summary
-
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
DescribeClientAuthenticationSettingsRequest.Builder directoryId(String directoryId)
The identifier of the directory for which to retrieve information.
- Parameters:
directoryId- The identifier of the directory for which to retrieve information.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ClientAuthenticationType,ClientAuthenticationType
-
type
DescribeClientAuthenticationSettingsRequest.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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ClientAuthenticationType,ClientAuthenticationType
-
nextToken
DescribeClientAuthenticationSettingsRequest.Builder nextToken(String nextToken)
The DescribeClientAuthenticationSettingsResult.NextToken value from a previous call to DescribeClientAuthenticationSettings. Pass null if this is the first call.
- Parameters:
nextToken- The DescribeClientAuthenticationSettingsResult.NextToken value from a previous call to DescribeClientAuthenticationSettings. Pass null if this is the first call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
limit
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeClientAuthenticationSettingsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeClientAuthenticationSettingsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-