Interface RasterDataCollectionMetadata.Builder

    • Method Detail

      • arn

        RasterDataCollectionMetadata.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

        RasterDataCollectionMetadata.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

        RasterDataCollectionMetadata.Builder descriptionPageUrl​(String descriptionPageUrl)

        The description URL of the raster data collection.

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

        RasterDataCollectionMetadata.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

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

        The list of filters supported by the raster data collection.

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

        RasterDataCollectionMetadata.Builder supportedFilters​(Filter... supportedFilters)

        The list of filters supported by the raster data collection.

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

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

        The list of 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

        RasterDataCollectionMetadata.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.