public static interface GetRasterDataCollectionResponse.Builder extends SageMakerGeospatialResponse.Builder, SdkPojo, CopyableBuilder<GetRasterDataCollectionResponse.Builder,GetRasterDataCollectionResponse>
| Modifier and Type | Method and Description |
|---|---|
GetRasterDataCollectionResponse.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the raster data collection.
|
GetRasterDataCollectionResponse.Builder |
description(String description)
A description of the raster data collection.
|
GetRasterDataCollectionResponse.Builder |
descriptionPageUrl(String descriptionPageUrl)
The URL of the description page.
|
GetRasterDataCollectionResponse.Builder |
imageSourceBands(Collection<String> imageSourceBands)
The list of image source bands in the raster data collection.
|
GetRasterDataCollectionResponse.Builder |
imageSourceBands(String... imageSourceBands)
The list of image source bands in the raster data collection.
|
GetRasterDataCollectionResponse.Builder |
name(String name)
The name of the raster data collection.
|
GetRasterDataCollectionResponse.Builder |
supportedFilters(Collection<Filter> supportedFilters)
The filters supported by the raster data collection.
|
GetRasterDataCollectionResponse.Builder |
supportedFilters(Consumer<Filter.Builder>... supportedFilters)
The filters supported by the raster data collection.
|
GetRasterDataCollectionResponse.Builder |
supportedFilters(Filter... supportedFilters)
The filters supported by the raster data collection.
|
GetRasterDataCollectionResponse.Builder |
tags(Map<String,String> tags)
Each tag consists of a key and a value.
|
GetRasterDataCollectionResponse.Builder |
type(DataCollectionType type)
The raster data collection type.
|
GetRasterDataCollectionResponse.Builder |
type(String type)
The raster data collection type.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetRasterDataCollectionResponse.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.GetRasterDataCollectionResponse.Builder description(String description)
A description of the raster data collection.
description - A description of the raster data collection.GetRasterDataCollectionResponse.Builder descriptionPageUrl(String descriptionPageUrl)
The URL of the description page.
descriptionPageUrl - The URL of the description page.GetRasterDataCollectionResponse.Builder imageSourceBands(Collection<String> imageSourceBands)
The list of image source bands in the raster data collection.
imageSourceBands - The list of image source bands in the raster data collection.GetRasterDataCollectionResponse.Builder imageSourceBands(String... imageSourceBands)
The list of image source bands in the raster data collection.
imageSourceBands - The list of image source bands in the raster data collection.GetRasterDataCollectionResponse.Builder name(String name)
The name of the raster data collection.
name - The name of the raster data collection.GetRasterDataCollectionResponse.Builder supportedFilters(Collection<Filter> supportedFilters)
The filters supported by the raster data collection.
supportedFilters - The filters supported by the raster data collection.GetRasterDataCollectionResponse.Builder supportedFilters(Filter... supportedFilters)
The filters supported by the raster data collection.
supportedFilters - The filters supported by the raster data collection.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 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) GetRasterDataCollectionResponse.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.GetRasterDataCollectionResponse.Builder type(String type)
The raster data collection type.
type - The raster data collection type.DataCollectionType,
DataCollectionTypeGetRasterDataCollectionResponse.Builder type(DataCollectionType type)
The raster data collection type.
type - The raster data collection type.DataCollectionType,
DataCollectionTypeCopyright © 2023. All rights reserved.