Interface RasterDataCollectionMetadata.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<RasterDataCollectionMetadata.Builder,,RasterDataCollectionMetadata> SdkBuilder<RasterDataCollectionMetadata.Builder,,RasterDataCollectionMetadata> SdkPojo
- Enclosing class:
RasterDataCollectionMetadata
public static interface RasterDataCollectionMetadata.Builder
extends SdkPojo, CopyableBuilder<RasterDataCollectionMetadata.Builder,RasterDataCollectionMetadata>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the raster data collection.description(String description) A description of the raster data collection.descriptionPageUrl(String descriptionPageUrl) The description URL of the raster data collection.The name of the raster data collection.supportedFilters(Collection<Filter> supportedFilters) The list of filters supported by the raster data collection.supportedFilters(Consumer<Filter.Builder>... supportedFilters) The list of filters supported by the raster data collection.supportedFilters(Filter... supportedFilters) The list of filters supported by the raster data collection.Each tag consists of a key and a value.The type of raster data collection.type(DataCollectionType type) The type of raster data collection.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
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
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
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
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
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
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
The list of filters supported by the raster data collection.
This is a convenience method that creates an instance of theFilter.Builderavoiding the need to create one manually viaFilter.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosupportedFilters(List<Filter>).- Parameters:
supportedFilters- a consumer that will call methods onFilter.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.
-
type
The type of raster data collection.
- Parameters:
type- The type of raster data collection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type of raster data collection.
- Parameters:
type- The type of raster data collection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-