public static interface RasterDataCollectionQueryWithBandFilterInput.Builder extends SdkPojo, CopyableBuilder<RasterDataCollectionQueryWithBandFilterInput.Builder,RasterDataCollectionQueryWithBandFilterInput>
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRasterDataCollectionQueryWithBandFilterInput.Builder areaOfInterest(AreaOfInterest areaOfInterest)
The Area of interest to be used in the search query.
areaOfInterest - The Area of interest to be used in the search query.default RasterDataCollectionQueryWithBandFilterInput.Builder areaOfInterest(Consumer<AreaOfInterest.Builder> areaOfInterest)
The Area of interest to be used in the search query.
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)RasterDataCollectionQueryWithBandFilterInput.Builder bandFilter(Collection<String> bandFilter)
The list of Bands to be displayed in the result for each item.
bandFilter - The list of Bands to be displayed in the result for each item.RasterDataCollectionQueryWithBandFilterInput.Builder bandFilter(String... bandFilter)
The list of Bands to be displayed in the result for each item.
bandFilter - The list of Bands to be displayed in the result for each item.RasterDataCollectionQueryWithBandFilterInput.Builder propertyFilters(PropertyFilters propertyFilters)
The Property Filters used in the search query.
propertyFilters - The Property Filters used in the search query.default RasterDataCollectionQueryWithBandFilterInput.Builder propertyFilters(Consumer<PropertyFilters.Builder> propertyFilters)
The Property Filters used in the search 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)RasterDataCollectionQueryWithBandFilterInput.Builder timeRangeFilter(TimeRangeFilterInput timeRangeFilter)
The TimeRange Filter used in the search query.
timeRangeFilter - The TimeRange Filter used in the search query.default RasterDataCollectionQueryWithBandFilterInput.Builder timeRangeFilter(Consumer<TimeRangeFilterInput.Builder> timeRangeFilter)
The TimeRange Filter used in the search 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.