Interface ClientAuthenticationSettingInfo.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ClientAuthenticationSettingInfo.Builder,
,ClientAuthenticationSettingInfo> SdkBuilder<ClientAuthenticationSettingInfo.Builder,
,ClientAuthenticationSettingInfo> SdkPojo
- Enclosing class:
ClientAuthenticationSettingInfo
public static interface ClientAuthenticationSettingInfo.Builder
extends SdkPojo, CopyableBuilder<ClientAuthenticationSettingInfo.Builder,ClientAuthenticationSettingInfo>
-
Method Summary
Modifier and TypeMethodDescriptionlastUpdatedDateTime
(Instant lastUpdatedDateTime) The date and time when the status of the client authentication type was last updated.Whether the client authentication type is enabled or disabled for the specified directory.status
(ClientAuthenticationStatus status) Whether the client authentication type is enabled or disabled for the specified directory.The type of client authentication for the specified directory.type
(ClientAuthenticationType type) The type of client authentication for the specified directory.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
type
The type of client authentication for the specified directory. If no type is specified, a list of all client authentication types that are supported for the directory is retrieved.
- Parameters:
type
- The type of client authentication for the specified directory. If no type is specified, a list of all client authentication types that are supported for the directory is retrieved.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type of client authentication for the specified directory. If no type is specified, a list of all client authentication types that are supported for the directory is retrieved.
- Parameters:
type
- The type of client authentication for the specified directory. If no type is specified, a list of all client authentication types that are supported for the directory is retrieved.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
Whether the client authentication type is enabled or disabled for the specified directory.
- Parameters:
status
- Whether the client authentication type is enabled or disabled for the specified directory.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
Whether the client authentication type is enabled or disabled for the specified directory.
- Parameters:
status
- Whether the client authentication type is enabled or disabled for the specified directory.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
lastUpdatedDateTime
The date and time when the status of the client authentication type was last updated.
- Parameters:
lastUpdatedDateTime
- The date and time when the status of the client authentication type was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-