Interface GetRasterDataCollectionResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetRasterDataCollectionResponse.Builder,GetRasterDataCollectionResponse>,SageMakerGeospatialResponse.Builder,SdkBuilder<GetRasterDataCollectionResponse.Builder,GetRasterDataCollectionResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetRasterDataCollectionResponse
public static interface GetRasterDataCollectionResponse.Builder extends SageMakerGeospatialResponse.Builder, SdkPojo, CopyableBuilder<GetRasterDataCollectionResponse.Builder,GetRasterDataCollectionResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetRasterDataCollectionResponse.Builderarn(String arn)The Amazon Resource Name (ARN) of the raster data collection.GetRasterDataCollectionResponse.Builderdescription(String description)A description of the raster data collection.GetRasterDataCollectionResponse.BuilderdescriptionPageUrl(String descriptionPageUrl)The URL of the description page.GetRasterDataCollectionResponse.BuilderimageSourceBands(String... imageSourceBands)The list of image source bands in the raster data collection.GetRasterDataCollectionResponse.BuilderimageSourceBands(Collection<String> imageSourceBands)The list of image source bands in the raster data collection.GetRasterDataCollectionResponse.Buildername(String name)The name of the raster data collection.GetRasterDataCollectionResponse.BuildersupportedFilters(Collection<Filter> supportedFilters)The filters supported by the raster data collection.GetRasterDataCollectionResponse.BuildersupportedFilters(Consumer<Filter.Builder>... supportedFilters)The filters supported by the raster data collection.GetRasterDataCollectionResponse.BuildersupportedFilters(Filter... supportedFilters)The filters supported by the raster data collection.GetRasterDataCollectionResponse.Buildertags(Map<String,String> tags)Each tag consists of a key and a value.GetRasterDataCollectionResponse.Buildertype(String type)The raster data collection type.GetRasterDataCollectionResponse.Buildertype(DataCollectionType type)The raster data collection type.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.sagemakergeospatial.model.SageMakerGeospatialResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
arn
GetRasterDataCollectionResponse.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
GetRasterDataCollectionResponse.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
GetRasterDataCollectionResponse.Builder descriptionPageUrl(String descriptionPageUrl)
The URL of the description page.
- Parameters:
descriptionPageUrl- The URL of the description page.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
imageSourceBands
GetRasterDataCollectionResponse.Builder imageSourceBands(Collection<String> imageSourceBands)
The list of image source bands in the raster data collection.
- Parameters:
imageSourceBands- The list of image source bands in the raster data collection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
imageSourceBands
GetRasterDataCollectionResponse.Builder imageSourceBands(String... imageSourceBands)
The list of image source bands in the raster data collection.
- Parameters:
imageSourceBands- The list of image source bands in the raster data collection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
GetRasterDataCollectionResponse.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
GetRasterDataCollectionResponse.Builder supportedFilters(Collection<Filter> supportedFilters)
The filters supported by the raster data collection.
- Parameters:
supportedFilters- The filters supported by the raster data collection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
supportedFilters
GetRasterDataCollectionResponse.Builder supportedFilters(Filter... supportedFilters)
The filters supported by the raster data collection.
- Parameters:
supportedFilters- The filters supported by the raster data collection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
supportedFilters
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.Builderavoiding the need to create one manually viaFilter.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#supportedFilters(List.) - 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:
#supportedFilters(java.util.Collection)
-
tags
GetRasterDataCollectionResponse.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.
-
type
GetRasterDataCollectionResponse.Builder type(String type)
The raster data collection type.
- Parameters:
type- The raster data collection type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DataCollectionType,DataCollectionType
-
type
GetRasterDataCollectionResponse.Builder type(DataCollectionType type)
The raster data collection type.
- Parameters:
type- The raster data collection type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DataCollectionType,DataCollectionType
-
-