Interface GetRasterDataCollectionResponse.Builder

    • Method Detail

      • arn

        GetRasterDataCollectionResponse.Builder arn​(String arn)

        The Amazon Resource Name (ARN) of the raster data collection.

        Parameters:
        arn - The Amazon Resource Name (ARN) of the raster data collection.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        GetRasterDataCollectionResponse.Builder description​(String description)

        A description of the raster data collection.

        Parameters:
        description - A description of the raster data collection.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • descriptionPageUrl

        GetRasterDataCollectionResponse.Builder descriptionPageUrl​(String descriptionPageUrl)

        The URL of the description page.

        Parameters:
        descriptionPageUrl - The URL of the description page.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • imageSourceBands

        GetRasterDataCollectionResponse.Builder imageSourceBands​(Collection<String> imageSourceBands)

        The list of image source bands in the raster data collection.

        Parameters:
        imageSourceBands - The list of image source bands in the raster data collection.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • imageSourceBands

        GetRasterDataCollectionResponse.Builder imageSourceBands​(String... imageSourceBands)

        The list of image source bands in the raster data collection.

        Parameters:
        imageSourceBands - The list of image source bands in the raster data collection.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        GetRasterDataCollectionResponse.Builder name​(String name)

        The name of the raster data collection.

        Parameters:
        name - The name of the raster data collection.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • supportedFilters

        GetRasterDataCollectionResponse.Builder supportedFilters​(Collection<Filter> supportedFilters)

        The filters supported by the raster data collection.

        Parameters:
        supportedFilters - The filters supported by the raster data collection.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • supportedFilters

        GetRasterDataCollectionResponse.Builder supportedFilters​(Filter... supportedFilters)

        The filters supported by the raster data collection.

        Parameters:
        supportedFilters - The filters supported by the raster data collection.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • supportedFilters

        GetRasterDataCollectionResponse.Builder supportedFilters​(Consumer<Filter.Builder>... supportedFilters)

        The filters supported by the raster data collection.

        This is a convenience method that creates an instance of the Filter.Builder avoiding the need to create one manually via Filter.builder().

        When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to #supportedFilters(List).

        Parameters:
        supportedFilters - a consumer that will call methods on Filter.Builder
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        #supportedFilters(java.util.Collection)
      • tags

        GetRasterDataCollectionResponse.Builder tags​(Map<String,​String> tags)

        Each tag consists of a key and a value.

        Parameters:
        tags - Each tag consists of a key and a value.
        Returns:
        Returns a reference to this object so that method calls can be chained together.