baseUrl abstract method

ConfigurationBuilder baseUrl(
  1. String baseUrl
)

Sets the base URL.

IMPORTANT
Providing the baseUrl is required.

Params:

  • baseUrl: the base URL.

Returns: a ConfigurationBuilder object.

Implementation

ConfigurationBuilder baseUrl(String baseUrl);