public static interface RasterDataCollectionMetadata.Builder extends SdkPojo, CopyableBuilder<RasterDataCollectionMetadata.Builder,RasterDataCollectionMetadata>
| Modifier and Type | Method and Description |
|---|---|
RasterDataCollectionMetadata.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the raster data collection.
|
RasterDataCollectionMetadata.Builder |
description(String description)
A description of the raster data collection.
|
RasterDataCollectionMetadata.Builder |
descriptionPageUrl(String descriptionPageUrl)
The description URL of the raster data collection.
|
RasterDataCollectionMetadata.Builder |
name(String name)
The name of the raster data collection.
|
RasterDataCollectionMetadata.Builder |
supportedFilters(Collection<Filter> supportedFilters)
The list of filters supported by the raster data collection.
|
RasterDataCollectionMetadata.Builder |
supportedFilters(Consumer<Filter.Builder>... supportedFilters)
The list of filters supported by the raster data collection.
|
RasterDataCollectionMetadata.Builder |
supportedFilters(Filter... supportedFilters)
The list of filters supported by the raster data collection.
|
RasterDataCollectionMetadata.Builder |
tags(Map<String,String> tags)
Each tag consists of a key and a value.
|
RasterDataCollectionMetadata.Builder |
type(DataCollectionType type)
The type of raster data collection.
|
RasterDataCollectionMetadata.Builder |
type(String type)
The type of raster data collection.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRasterDataCollectionMetadata.Builder arn(String arn)
The Amazon Resource Name (ARN) of the raster data collection.
arn - The Amazon Resource Name (ARN) of the raster data collection.RasterDataCollectionMetadata.Builder description(String description)
A description of the raster data collection.
description - A description of the raster data collection.RasterDataCollectionMetadata.Builder descriptionPageUrl(String descriptionPageUrl)
The description URL of the raster data collection.
descriptionPageUrl - The description URL of the raster data collection.RasterDataCollectionMetadata.Builder name(String name)
The name of the raster data collection.
name - The name of the raster data collection.RasterDataCollectionMetadata.Builder supportedFilters(Collection<Filter> supportedFilters)
The list of filters supported by the raster data collection.
supportedFilters - The list of filters supported by the raster data collection.RasterDataCollectionMetadata.Builder supportedFilters(Filter... supportedFilters)
The list of filters supported by the raster data collection.
supportedFilters - The list of filters supported by the raster data collection.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 theFilter.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.
supportedFilters - a consumer that will call methods on
Filter.Builder#supportedFilters(java.util.Collection) RasterDataCollectionMetadata.Builder tags(Map<String,String> tags)
Each tag consists of a key and a value.
tags - Each tag consists of a key and a value.RasterDataCollectionMetadata.Builder type(String type)
The type of raster data collection.
type - The type of raster data collection.DataCollectionType,
DataCollectionTypeRasterDataCollectionMetadata.Builder type(DataCollectionType type)
The type of raster data collection.
type - The type of raster data collection.DataCollectionType,
DataCollectionTypeCopyright © 2023. All rights reserved.