Interface ClientAuthenticationSettingInfo.Builder

  • 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

      ClientAuthenticationSettingInfo.Builder lastUpdatedDateTime(Instant 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.