in src/TransportBuilder.php [123:130]
public function build(): Transport
{
return new Transport(
$this->getClient(),
$this->getNodePool()->setHosts($this->hosts),
$this->getLogger()
);
}