public static interface RasterDataCollectionQueryInput.Builder extends SdkPojo, CopyableBuilder<RasterDataCollectionQueryInput.Builder,RasterDataCollectionQueryInput>
| Modifier and Type | Method and Description |
|---|---|
RasterDataCollectionQueryInput.Builder |
areaOfInterest(AreaOfInterest areaOfInterest)
The area of interest being queried for the raster data collection.
|
default RasterDataCollectionQueryInput.Builder |
areaOfInterest(Consumer<AreaOfInterest.Builder> areaOfInterest)
The area of interest being queried for the raster data collection.
|
default RasterDataCollectionQueryInput.Builder |
propertyFilters(Consumer<PropertyFilters.Builder> propertyFilters)
The list of Property filters used in the Raster Data Collection Query.
|
RasterDataCollectionQueryInput.Builder |
propertyFilters(PropertyFilters propertyFilters)
The list of Property filters used in the Raster Data Collection Query.
|
RasterDataCollectionQueryInput.Builder |
rasterDataCollectionArn(String rasterDataCollectionArn)
The Amazon Resource Name (ARN) of the raster data collection.
|
default RasterDataCollectionQueryInput.Builder |
timeRangeFilter(Consumer<TimeRangeFilterInput.Builder> timeRangeFilter)
The TimeRange Filter used in the RasterDataCollection Query.
|
RasterDataCollectionQueryInput.Builder |
timeRangeFilter(TimeRangeFilterInput timeRangeFilter)
The TimeRange Filter used in the RasterDataCollection Query.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRasterDataCollectionQueryInput.Builder areaOfInterest(AreaOfInterest areaOfInterest)
The area of interest being queried for the raster data collection.
areaOfInterest - The area of interest being queried for the raster data collection.default RasterDataCollectionQueryInput.Builder areaOfInterest(Consumer<AreaOfInterest.Builder> areaOfInterest)
The area of interest being queried for the raster data collection.
This is a convenience method that creates an instance of theAreaOfInterest.Builder avoiding the need
to create one manually via AreaOfInterest.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to areaOfInterest(AreaOfInterest).
areaOfInterest - a consumer that will call methods on AreaOfInterest.BuilderareaOfInterest(AreaOfInterest)RasterDataCollectionQueryInput.Builder propertyFilters(PropertyFilters propertyFilters)
The list of Property filters used in the Raster Data Collection Query.
propertyFilters - The list of Property filters used in the Raster Data Collection Query.default RasterDataCollectionQueryInput.Builder propertyFilters(Consumer<PropertyFilters.Builder> propertyFilters)
The list of Property filters used in the Raster Data Collection Query.
This is a convenience method that creates an instance of thePropertyFilters.Builder avoiding the
need to create one manually via PropertyFilters.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to propertyFilters(PropertyFilters).
propertyFilters - a consumer that will call methods on PropertyFilters.BuilderpropertyFilters(PropertyFilters)RasterDataCollectionQueryInput.Builder rasterDataCollectionArn(String rasterDataCollectionArn)
The Amazon Resource Name (ARN) of the raster data collection.
rasterDataCollectionArn - The Amazon Resource Name (ARN) of the raster data collection.RasterDataCollectionQueryInput.Builder timeRangeFilter(TimeRangeFilterInput timeRangeFilter)
The TimeRange Filter used in the RasterDataCollection Query.
timeRangeFilter - The TimeRange Filter used in the RasterDataCollection Query.default RasterDataCollectionQueryInput.Builder timeRangeFilter(Consumer<TimeRangeFilterInput.Builder> timeRangeFilter)
The TimeRange Filter used in the RasterDataCollection Query.
This is a convenience method that creates an instance of theTimeRangeFilterInput.Builder avoiding
the need to create one manually via TimeRangeFilterInput.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to timeRangeFilter(TimeRangeFilterInput).
timeRangeFilter - a consumer that will call methods on TimeRangeFilterInput.BuildertimeRangeFilter(TimeRangeFilterInput)Copyright © 2023. All rights reserved.