if (site != null) {
transportBuilder.siteId(site);
}
String rack = topologyAddress.getRackId();
if (rack != null) {
transportBuilder.rackId(rack);
}
String machine = topologyAddress.getMachineId();
if (machine != null) {
transportBuilder.machineId(machine);
}