public static interface DescribeClientAuthenticationSettingsResponse.Builder extends DirectoryResponse.Builder, SdkPojo, CopyableBuilder<DescribeClientAuthenticationSettingsResponse.Builder,DescribeClientAuthenticationSettingsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeClientAuthenticationSettingsResponse.Builder |
clientAuthenticationSettingsInfo(ClientAuthenticationSettingInfo... clientAuthenticationSettingsInfo)
Information about the type of client authentication for the specified directory.
|
DescribeClientAuthenticationSettingsResponse.Builder |
clientAuthenticationSettingsInfo(Collection<ClientAuthenticationSettingInfo> clientAuthenticationSettingsInfo)
Information about the type of client authentication for the specified directory.
|
DescribeClientAuthenticationSettingsResponse.Builder |
clientAuthenticationSettingsInfo(Consumer<ClientAuthenticationSettingInfo.Builder>... clientAuthenticationSettingsInfo)
Information about the type of client authentication for the specified directory.
|
DescribeClientAuthenticationSettingsResponse.Builder |
nextToken(String nextToken)
The next token used to retrieve the client authentication settings if the number of setting types exceeds
page limit and there is another page.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeClientAuthenticationSettingsResponse.Builder clientAuthenticationSettingsInfo(Collection<ClientAuthenticationSettingInfo> clientAuthenticationSettingsInfo)
Information about the type of client authentication for the specified directory. The following information is retrieved: The date and time when the status of the client authentication type was last updated, whether the client authentication type is enabled or disabled, and the type of client authentication.
clientAuthenticationSettingsInfo - Information about the type of client authentication for the specified directory. The following
information is retrieved: The date and time when the status of the client authentication type was last
updated, whether the client authentication type is enabled or disabled, and the type of client
authentication.DescribeClientAuthenticationSettingsResponse.Builder clientAuthenticationSettingsInfo(ClientAuthenticationSettingInfo... clientAuthenticationSettingsInfo)
Information about the type of client authentication for the specified directory. The following information is retrieved: The date and time when the status of the client authentication type was last updated, whether the client authentication type is enabled or disabled, and the type of client authentication.
clientAuthenticationSettingsInfo - Information about the type of client authentication for the specified directory. The following
information is retrieved: The date and time when the status of the client authentication type was last
updated, whether the client authentication type is enabled or disabled, and the type of client
authentication.DescribeClientAuthenticationSettingsResponse.Builder clientAuthenticationSettingsInfo(Consumer<ClientAuthenticationSettingInfo.Builder>... clientAuthenticationSettingsInfo)
Information about the type of client authentication for the specified directory. The following information is retrieved: The date and time when the status of the client authentication type was last updated, whether the client authentication type is enabled or disabled, and the type of client authentication.
This is a convenience method that creates an instance of theClientAuthenticationSettingInfo.Builder avoiding the
need to create one manually via
ClientAuthenticationSettingInfo.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #clientAuthenticationSettingsInfo(List.
clientAuthenticationSettingsInfo - a consumer that will call methods on
ClientAuthenticationSettingInfo.Builder#clientAuthenticationSettingsInfo(java.util.Collection) DescribeClientAuthenticationSettingsResponse.Builder nextToken(String nextToken)
The next token used to retrieve the client authentication settings if the number of setting types exceeds page limit and there is another page.
nextToken - The next token used to retrieve the client authentication settings if the number of setting types
exceeds page limit and there is another page.Copyright © 2022. All rights reserved.