build method

DVCOptions build()

Constructs a DVCOptions instance from the values currently in the builder.

Implementation

DVCOptions build() {
  return DVCOptions._builder(this);
}