Interface RasterDataCollectionQueryInput.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<RasterDataCollectionQueryInput.Builder,,- RasterDataCollectionQueryInput> - SdkBuilder<RasterDataCollectionQueryInput.Builder,,- RasterDataCollectionQueryInput> - SdkPojo
- Enclosing class:
- RasterDataCollectionQueryInput
- 
Method SummaryModifier and TypeMethodDescriptionareaOfInterest(Consumer<AreaOfInterest.Builder> areaOfInterest) The area of interest being queried for the raster data collection.areaOfInterest(AreaOfInterest areaOfInterest) The area of interest being queried for the raster data collection.propertyFilters(Consumer<PropertyFilters.Builder> propertyFilters) The list of Property filters used in the Raster Data Collection Query.propertyFilters(PropertyFilters propertyFilters) The list of Property filters used in the Raster Data Collection Query.rasterDataCollectionArn(String rasterDataCollectionArn) The Amazon Resource Name (ARN) of the raster data collection.timeRangeFilter(Consumer<TimeRangeFilterInput.Builder> timeRangeFilter) The TimeRange Filter used in the RasterDataCollection Query.timeRangeFilter(TimeRangeFilterInput timeRangeFilter) The TimeRange Filter used in the RasterDataCollection Query.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
areaOfInterestThe area of interest being queried for the raster data collection. - Parameters:
- areaOfInterest- The area of interest being queried for the raster data collection.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
areaOfInterestdefault 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.Builderavoiding the need to create one manually viaAreaOfInterest.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toareaOfInterest(AreaOfInterest).- Parameters:
- areaOfInterest- a consumer that will call methods on- AreaOfInterest.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
propertyFiltersThe list of Property filters used in the Raster Data Collection Query. - Parameters:
- propertyFilters- The list of Property filters used in the Raster Data Collection Query.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
propertyFiltersdefault 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.Builderavoiding the need to create one manually viaPropertyFilters.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed topropertyFilters(PropertyFilters).- Parameters:
- propertyFilters- a consumer that will call methods on- PropertyFilters.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
rasterDataCollectionArnThe Amazon Resource Name (ARN) of the raster data collection. - Parameters:
- rasterDataCollectionArn- 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.
 
- 
timeRangeFilterThe TimeRange Filter used in the RasterDataCollection Query. - Parameters:
- timeRangeFilter- The TimeRange Filter used in the RasterDataCollection Query.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
timeRangeFilterdefault 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.Builderavoiding the need to create one manually viaTimeRangeFilterInput.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totimeRangeFilter(TimeRangeFilterInput).- Parameters:
- timeRangeFilter- a consumer that will call methods on- TimeRangeFilterInput.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-