Class PropertyBuilder

java.lang.Object
com.linkedin.venice.utils.PropertyBuilder

public class PropertyBuilder extends Object
PropertyBuilder is the suggested Way to construct VeniceProperties. Ideally you use the PropertyBuilder APIs to add properties and once all the properties are added, call the build method to get the VeniceProperties object. All the put methods overwrite the property if it already exists.