Interface BasicAuthConnectionMetadata.Builder

  • Method Details

    • baseEndpoint

      BasicAuthConnectionMetadata.Builder baseEndpoint(String baseEndpoint)

      The base URL endpoint for the external service.

      Parameters:
      baseEndpoint - The base URL endpoint for the external service.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • username

      The username for basic authentication.

      Parameters:
      username - The username for basic authentication.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • password

      The password for basic authentication.

      Parameters:
      password - The password for basic authentication.
      Returns:
      Returns a reference to this object so that method calls can be chained together.