StreamBroadcastEngineBuilder# class swordfish._engine.StreamBroadcastEngineBuilder(name, table_schema, outputs)# Parameters: name (str) table_schema (Table | Dict[str, DataType | str]) outputs (List[Table]) submit()# Abstract method to build a StreamEngine. Returns: An instance of a built StreamEngine. Return type: StreamEngine