Struct aws_sdk_sagemakergeospatial::operation::get_raster_data_collection::builders::GetRasterDataCollectionOutputBuilder
source · #[non_exhaustive]pub struct GetRasterDataCollectionOutputBuilder { /* private fields */ }
Expand description
A builder for GetRasterDataCollectionOutput
.
Implementations§
source§impl GetRasterDataCollectionOutputBuilder
impl GetRasterDataCollectionOutputBuilder
sourcepub fn name(self, input: impl Into<String>) -> Self
pub fn name(self, input: impl Into<String>) -> Self
The name of the raster data collection.
This field is required.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.
This field is required.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 type(self, input: DataCollectionType) -> Self
pub fn type(self, input: DataCollectionType) -> Self
The raster data collection type.
This field is required.sourcepub fn set_type(self, input: Option<DataCollectionType>) -> Self
pub fn set_type(self, input: Option<DataCollectionType>) -> Self
The raster data collection type.
sourcepub fn get_type(&self) -> &Option<DataCollectionType>
pub fn get_type(&self) -> &Option<DataCollectionType>
The raster data collection type.
sourcepub fn description(self, input: impl Into<String>) -> Self
pub fn description(self, input: impl Into<String>) -> Self
A description of the raster data collection.
This field is required.sourcepub fn set_description(self, input: Option<String>) -> Self
pub fn set_description(self, input: Option<String>) -> Self
A description of the raster data collection.
sourcepub fn get_description(&self) -> &Option<String>
pub fn get_description(&self) -> &Option<String>
A description of the raster data collection.
sourcepub fn description_page_url(self, input: impl Into<String>) -> Self
pub fn description_page_url(self, input: impl Into<String>) -> Self
The URL of the description page.
This field is required.sourcepub fn set_description_page_url(self, input: Option<String>) -> Self
pub fn set_description_page_url(self, input: Option<String>) -> Self
The URL of the description page.
sourcepub fn get_description_page_url(&self) -> &Option<String>
pub fn get_description_page_url(&self) -> &Option<String>
The URL of the description page.
sourcepub fn supported_filters(self, input: Filter) -> Self
pub fn supported_filters(self, input: Filter) -> Self
Appends an item to supported_filters
.
To override the contents of this collection use set_supported_filters
.
The filters supported by the raster data collection.
sourcepub fn set_supported_filters(self, input: Option<Vec<Filter>>) -> Self
pub fn set_supported_filters(self, input: Option<Vec<Filter>>) -> Self
The filters supported by the raster data collection.
sourcepub fn get_supported_filters(&self) -> &Option<Vec<Filter>>
pub fn get_supported_filters(&self) -> &Option<Vec<Filter>>
The filters supported by the raster data collection.
sourcepub fn image_source_bands(self, input: impl Into<String>) -> Self
pub fn image_source_bands(self, input: impl Into<String>) -> Self
Appends an item to image_source_bands
.
To override the contents of this collection use set_image_source_bands
.
The list of image source bands in the raster data collection.
sourcepub fn set_image_source_bands(self, input: Option<Vec<String>>) -> Self
pub fn set_image_source_bands(self, input: Option<Vec<String>>) -> Self
The list of image source bands in the raster data collection.
sourcepub fn get_image_source_bands(&self) -> &Option<Vec<String>>
pub fn get_image_source_bands(&self) -> &Option<Vec<String>>
The list of image source bands in the raster data collection.
Adds a key-value pair to tags
.
To override the contents of this collection use set_tags
.
Each tag consists of a key and a value.
Each tag consists of a key and a value.
Each tag consists of a key and a value.
sourcepub fn build(self) -> Result<GetRasterDataCollectionOutput, BuildError>
pub fn build(self) -> Result<GetRasterDataCollectionOutput, BuildError>
Consumes the builder and constructs a GetRasterDataCollectionOutput
.
This method will fail if any of the following fields are not set:
Trait Implementations§
source§impl Clone for GetRasterDataCollectionOutputBuilder
impl Clone for GetRasterDataCollectionOutputBuilder
source§fn clone(&self) -> GetRasterDataCollectionOutputBuilder
fn clone(&self) -> GetRasterDataCollectionOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for GetRasterDataCollectionOutputBuilder
impl Default for GetRasterDataCollectionOutputBuilder
source§fn default() -> GetRasterDataCollectionOutputBuilder
fn default() -> GetRasterDataCollectionOutputBuilder
source§impl PartialEq for GetRasterDataCollectionOutputBuilder
impl PartialEq for GetRasterDataCollectionOutputBuilder
source§fn eq(&self, other: &GetRasterDataCollectionOutputBuilder) -> bool
fn eq(&self, other: &GetRasterDataCollectionOutputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.