storageServiceUrl method

VinculumConfigBuilder storageServiceUrl(
  1. String url
)

Sets the storage service URL

Implementation

VinculumConfigBuilder storageServiceUrl(String url) {
  _storageServiceUrl = url;
  return this;
}