put country
@param country String @return address Address
Address putCountry(String country) { addressMap["country"] = country; return this; }