Struct aws_sdk_sagemakergeospatial::operation::search_raster_data_collection::builders::SearchRasterDataCollectionFluentBuilder
source · pub struct SearchRasterDataCollectionFluentBuilder { /* private fields */ }
Expand description
Fluent builder constructing a request to SearchRasterDataCollection
.
Allows you run image query on a specific raster data collection to get a list of the satellite imagery matching the selected filters.
Implementations§
source§impl SearchRasterDataCollectionFluentBuilder
impl SearchRasterDataCollectionFluentBuilder
sourcepub fn as_input(&self) -> &SearchRasterDataCollectionInputBuilder
pub fn as_input(&self) -> &SearchRasterDataCollectionInputBuilder
Access the SearchRasterDataCollection as a reference.
sourcepub async fn send(
self
) -> Result<SearchRasterDataCollectionOutput, SdkError<SearchRasterDataCollectionError, HttpResponse>>
pub async fn send( self ) -> Result<SearchRasterDataCollectionOutput, SdkError<SearchRasterDataCollectionError, HttpResponse>>
Sends the request and returns the response.
If an error occurs, an SdkError
will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
sourcepub fn customize(
self
) -> CustomizableOperation<SearchRasterDataCollectionOutput, SearchRasterDataCollectionError, Self>
pub fn customize( self ) -> CustomizableOperation<SearchRasterDataCollectionOutput, SearchRasterDataCollectionError, Self>
Consumes this builder, creating a customizable operation that can be modified before being sent.
sourcepub fn into_paginator(self) -> SearchRasterDataCollectionPaginator
pub fn into_paginator(self) -> SearchRasterDataCollectionPaginator
Create a paginator for this request
Paginators are used by calling send().await
which returns a PaginationStream
.
sourcepub fn arn(self, input: impl Into<String>) -> Self
pub fn arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the raster data collection.
sourcepub fn set_arn(self, input: Option<String>) -> Self
pub fn set_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the raster data collection.
sourcepub fn get_arn(&self) -> &Option<String>
pub fn get_arn(&self) -> &Option<String>
The Amazon Resource Name (ARN) of the raster data collection.
sourcepub fn raster_data_collection_query(
self,
input: RasterDataCollectionQueryWithBandFilterInput
) -> Self
pub fn raster_data_collection_query( self, input: RasterDataCollectionQueryWithBandFilterInput ) -> Self
RasterDataCollectionQuery consisting of AreaOfInterest(AOI), PropertyFilters and TimeRangeFilterInput used in SearchRasterDataCollection.
sourcepub fn set_raster_data_collection_query(
self,
input: Option<RasterDataCollectionQueryWithBandFilterInput>
) -> Self
pub fn set_raster_data_collection_query( self, input: Option<RasterDataCollectionQueryWithBandFilterInput> ) -> Self
RasterDataCollectionQuery consisting of AreaOfInterest(AOI), PropertyFilters and TimeRangeFilterInput used in SearchRasterDataCollection.
sourcepub fn get_raster_data_collection_query(
&self
) -> &Option<RasterDataCollectionQueryWithBandFilterInput>
pub fn get_raster_data_collection_query( &self ) -> &Option<RasterDataCollectionQueryWithBandFilterInput>
RasterDataCollectionQuery consisting of AreaOfInterest(AOI), PropertyFilters and TimeRangeFilterInput used in SearchRasterDataCollection.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
If the previous response was truncated, you receive this token. Use it in your next request to receive the next set of results.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
If the previous response was truncated, you receive this token. Use it in your next request to receive the next set of results.
sourcepub fn get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
If the previous response was truncated, you receive this token. Use it in your next request to receive the next set of results.
Trait Implementations§
source§impl Clone for SearchRasterDataCollectionFluentBuilder
impl Clone for SearchRasterDataCollectionFluentBuilder
source§fn clone(&self) -> SearchRasterDataCollectionFluentBuilder
fn clone(&self) -> SearchRasterDataCollectionFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more