Interface ListLocationsResponse.Builder

    • Method Detail

      • locations

        ListLocationsResponse.Builder locations​(Collection<LocationListEntry> locations)

        An array that contains a list of locations.

        Parameters:
        locations - An array that contains a list of locations.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • locations

        ListLocationsResponse.Builder locations​(LocationListEntry... locations)

        An array that contains a list of locations.

        Parameters:
        locations - An array that contains a list of locations.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListLocationsResponse.Builder nextToken​(String nextToken)

        An opaque string that indicates the position at which to begin returning the next list of locations.

        Parameters:
        nextToken - An opaque string that indicates the position at which to begin returning the next list of locations.
        Returns:
        Returns a reference to this object so that method calls can be chained together.