Interface UpdateConnectionBasicAuthRequestParameters.Builder

  • Method Details

    • username

      The user name to use for Basic authorization.

      Parameters:
      username - The user name to use for Basic authorization.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • password

      The password associated with the user name to use for Basic authorization.

      Parameters:
      password - The password associated with the user name to use for Basic authorization.
      Returns:
      Returns a reference to this object so that method calls can be chained together.