Sets the region for the component.
string $region: The region.
$this
public function setRegion($region) { $this->region = $region; return $this; }