Interface UpdateConnectionBasicAuthRequestParameters.Builder

    • Method Detail

      • username

        UpdateConnectionBasicAuthRequestParameters.Builder username​(String 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

        UpdateConnectionBasicAuthRequestParameters.Builder password​(String 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.