Interface DescribeClientAuthenticationSettingsResponse.Builder

    • Method Detail

      • 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.
      • nextToken

        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.

        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.