Interface ListPickupLocationsResponse.Builder

    • Method Detail

      • addresses

        ListPickupLocationsResponse.Builder addresses​(Collection<Address> addresses)

        Information about the address of pickup locations.

        Parameters:
        addresses - Information about the address of pickup locations.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • addresses

        ListPickupLocationsResponse.Builder addresses​(Address... addresses)

        Information about the address of pickup locations.

        Parameters:
        addresses - Information about the address of pickup locations.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListPickupLocationsResponse.Builder nextToken​(String nextToken)

        HTTP requests are stateless. To identify what object comes "next" in the list of ListPickupLocationsResult objects, you have the option of specifying NextToken as the starting point for your returned list.

        Parameters:
        nextToken - HTTP requests are stateless. To identify what object comes "next" in the list of ListPickupLocationsResult objects, you have the option of specifying NextToken as the starting point for your returned list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.