Interface City.Builder

All Superinterfaces:
Buildable, CopyableBuilder<City.Builder,City>, SdkBuilder<City.Builder,City>, SdkPojo
Enclosing class:
City

@Mutable @NotThreadSafe public static interface City.Builder extends SdkPojo, CopyableBuilder<City.Builder,City>
  • Method Details

    • cityName

      City.Builder cityName(String cityName)

      The name of the city.

      Parameters:
      cityName - The name of the city.
      Returns:
      Returns a reference to this object so that method calls can be chained together.