Interface Location.Builder

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

public static interface Location.Builder extends SdkPojo, CopyableBuilder<Location.Builder,Location>
  • Method Details

    • latitude

      Location.Builder latitude(Double latitude)

      The latitude.

      Parameters:
      latitude - The latitude.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • longitude

      Location.Builder longitude(Double longitude)

      The longitude.

      Parameters:
      longitude - The longitude.
      Returns:
      Returns a reference to this object so that method calls can be chained together.