Skip to content

UnityCatalogServer.Builder

ServerProperties

ServerProperties serverProperties

UnityCatalogServer.Builder is given a ServerProperties using serverProperties accessor method.

serverProperties is used when:

Open Question

Why does UnityCatalogServer require serverProperties to be created since all the methods that could use it accept a UnityCatalogServer.Builder?

serverProperties

UnityCatalogServer.Builder serverProperties(
  ServerProperties serverProperties)

serverProperties sets this ServerProperties.


serverProperties is used when:

Build UnityCatalogServer

UnityCatalogServer build()

build creates a UnityCatalogServer.


build is used when: