Interface GeocodeResponse.Builder

    • Method Detail

      • pricingBucket

        GeocodeResponse.Builder pricingBucket​(String pricingBucket)

        The pricing bucket for which the query is charged at.

        For more inforamtion on pricing, please visit Amazon Location Service Pricing.

        Parameters:
        pricingBucket - The pricing bucket for which the query is charged at.

        For more inforamtion on pricing, please visit Amazon Location Service Pricing.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resultItems

        GeocodeResponse.Builder resultItems​(Collection<GeocodeResultItem> resultItems)

        List of places or results returned for a query.

        Parameters:
        resultItems - List of places or results returned for a query.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resultItems

        GeocodeResponse.Builder resultItems​(GeocodeResultItem... resultItems)

        List of places or results returned for a query.

        Parameters:
        resultItems - List of places or results returned for a query.
        Returns:
        Returns a reference to this object so that method calls can be chained together.