builder static method
Creates a new configuration builder with the required hostname.
hostname is required and should be your BlueConic environment URL.
Implementation
static BlueConicConfigurationBuilder builder(String hostname) {
return BlueConicConfigurationBuilder._(hostname);
}