storageServiceUrl method
Sets the storage service URL
Implementation
VinculumConfigBuilder storageServiceUrl(String url) {
_storageServiceUrl = url;
return this;
}
Sets the storage service URL
VinculumConfigBuilder storageServiceUrl(String url) {
_storageServiceUrl = url;
return this;
}