public static interface RasterDataCollectionQueryOutput.Builder extends SdkPojo, CopyableBuilder<RasterDataCollectionQueryOutput.Builder,RasterDataCollectionQueryOutput>
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRasterDataCollectionQueryOutput.Builder areaOfInterest(AreaOfInterest areaOfInterest)
The Area of Interest used in the search.
areaOfInterest - The Area of Interest used in the search.default RasterDataCollectionQueryOutput.Builder areaOfInterest(Consumer<AreaOfInterest.Builder> areaOfInterest)
The Area of Interest used in the search.
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)RasterDataCollectionQueryOutput.Builder propertyFilters(PropertyFilters propertyFilters)
Property filters used in the search.
propertyFilters - Property filters used in the search.default RasterDataCollectionQueryOutput.Builder propertyFilters(Consumer<PropertyFilters.Builder> propertyFilters)
Property filters used in the search.
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)RasterDataCollectionQueryOutput.Builder rasterDataCollectionArn(String rasterDataCollectionArn)
The ARN of the Raster Data Collection against which the search is done.
rasterDataCollectionArn - The ARN of the Raster Data Collection against which the search is done.RasterDataCollectionQueryOutput.Builder rasterDataCollectionName(String rasterDataCollectionName)
The name of the raster data collection.
rasterDataCollectionName - The name of the raster data collection.RasterDataCollectionQueryOutput.Builder timeRangeFilter(TimeRangeFilterOutput timeRangeFilter)
The TimeRange filter used in the search.
timeRangeFilter - The TimeRange filter used in the search.default RasterDataCollectionQueryOutput.Builder timeRangeFilter(Consumer<TimeRangeFilterOutput.Builder> timeRangeFilter)
The TimeRange filter used in the search.
This is a convenience method that creates an instance of theTimeRangeFilterOutput.Builder avoiding
the need to create one manually via TimeRangeFilterOutput.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to timeRangeFilter(TimeRangeFilterOutput).
timeRangeFilter - a consumer that will call methods on TimeRangeFilterOutput.BuildertimeRangeFilter(TimeRangeFilterOutput)Copyright © 2023. All rights reserved.