Sets the default region.
string $default_region: The machine-readable name of the default region.
$this
public function setDefaultRegion($default_region) { $this->default_region = $default_region; return $this; }