Interface SearchRasterDataCollectionResponse.Builder

    • Method Detail

      • approximateResultCount

        SearchRasterDataCollectionResponse.Builder approximateResultCount​(Integer approximateResultCount)

        Approximate number of results in the response.

        Parameters:
        approximateResultCount - Approximate number of results in the response.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • items

        SearchRasterDataCollectionResponse.Builder items​(Collection<ItemSource> items)

        List of items matching the Raster DataCollectionQuery.

        Parameters:
        items - List of items matching the Raster DataCollectionQuery.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • items

        SearchRasterDataCollectionResponse.Builder items​(ItemSource... items)

        List of items matching the Raster DataCollectionQuery.

        Parameters:
        items - List of items matching the Raster DataCollectionQuery.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        SearchRasterDataCollectionResponse.Builder nextToken​(String nextToken)

        If the previous response was truncated, you receive this token. Use it in your next request to receive the next set of results.

        Parameters:
        nextToken - If the previous response was truncated, you receive this token. Use it in your next request to receive the next set of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.