Interface RasterDataCollectionMetadata.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<RasterDataCollectionMetadata.Builder,
,RasterDataCollectionMetadata> SdkBuilder<RasterDataCollectionMetadata.Builder,
,RasterDataCollectionMetadata> SdkPojo
- Enclosing class:
RasterDataCollectionMetadata
@Mutable
@NotThreadSafe
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
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, 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.Builder
avoiding the need to create one manually viaFilter.builder()
.When the
Consumer
completes,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:
-