Interface ListRasterDataCollectionsResponse.Builder

    • Method Detail

      • nextToken

        ListRasterDataCollectionsResponse.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.
      • rasterDataCollectionSummaries

        ListRasterDataCollectionsResponse.Builder rasterDataCollectionSummaries​(Collection<RasterDataCollectionMetadata> rasterDataCollectionSummaries)

        Contains summary information about the raster data collection.

        Parameters:
        rasterDataCollectionSummaries - Contains summary information about the raster data collection.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • rasterDataCollectionSummaries

        ListRasterDataCollectionsResponse.Builder rasterDataCollectionSummaries​(RasterDataCollectionMetadata... rasterDataCollectionSummaries)

        Contains summary information about the raster data collection.

        Parameters:
        rasterDataCollectionSummaries - Contains summary information about the raster data collection.
        Returns:
        Returns a reference to this object so that method calls can be chained together.