pub struct Builder { /* private fields */ }
Expand description
A builder for RasterDataCollectionQueryInput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn raster_data_collection_arn(self, input: impl Into<String>) -> Self
pub fn raster_data_collection_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the raster data collection.
sourcepub fn set_raster_data_collection_arn(self, input: Option<String>) -> Self
pub fn set_raster_data_collection_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the raster data collection.
sourcepub fn time_range_filter(self, input: TimeRangeFilterInput) -> Self
pub fn time_range_filter(self, input: TimeRangeFilterInput) -> Self
sourcepub fn set_time_range_filter(self, input: Option<TimeRangeFilterInput>) -> Self
pub fn set_time_range_filter(self, input: Option<TimeRangeFilterInput>) -> Self
sourcepub fn area_of_interest(self, input: AreaOfInterest) -> Self
pub fn area_of_interest(self, input: AreaOfInterest) -> Self
The area of interest being queried for the raster data collection.
sourcepub fn set_area_of_interest(self, input: Option<AreaOfInterest>) -> Self
pub fn set_area_of_interest(self, input: Option<AreaOfInterest>) -> Self
The area of interest being queried for the raster data collection.
sourcepub fn property_filters(self, input: PropertyFilters) -> Self
pub fn property_filters(self, input: PropertyFilters) -> Self
sourcepub fn set_property_filters(self, input: Option<PropertyFilters>) -> Self
pub fn set_property_filters(self, input: Option<PropertyFilters>) -> Self
sourcepub fn build(self) -> RasterDataCollectionQueryInput
pub fn build(self) -> RasterDataCollectionQueryInput
Consumes the builder and constructs a RasterDataCollectionQueryInput
.