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