Interface DescribeClientAuthenticationSettingsResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<DescribeClientAuthenticationSettingsResponse.Builder,DescribeClientAuthenticationSettingsResponse>, DirectoryResponse.Builder, SdkBuilder<DescribeClientAuthenticationSettingsResponse.Builder,DescribeClientAuthenticationSettingsResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
DescribeClientAuthenticationSettingsResponse

  • Method Details

    • clientAuthenticationSettingsInfo

      DescribeClientAuthenticationSettingsResponse.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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • clientAuthenticationSettingsInfo

      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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • clientAuthenticationSettingsInfo

      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 the ClientAuthenticationSettingInfo.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<ClientAuthenticationSettingInfo>).

      Parameters:
      clientAuthenticationSettingsInfo - a consumer that will call methods on ClientAuthenticationSettingInfo.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.