interface ReporterBuilderFinalStep
Final step in the ReporterBuilder process, creates the desired Reporter.
build
abstract fun build(): Reporter
Creates and returns the new Reporter.
create
fun create(factory: () -> Reporter): ReporterBuilderFinalStep