#[non_exhaustive]pub struct InputConfigOutputBuilder { /* private fields */ }
Expand description
A builder for InputConfigOutput
.
Implementations§
source§impl InputConfigOutputBuilder
impl InputConfigOutputBuilder
sourcepub fn previous_earth_observation_job_arn(
self,
input: impl Into<String>
) -> Self
pub fn previous_earth_observation_job_arn( self, input: impl Into<String> ) -> Self
The Amazon Resource Name (ARN) of the previous Earth Observation job.
sourcepub fn set_previous_earth_observation_job_arn(
self,
input: Option<String>
) -> Self
pub fn set_previous_earth_observation_job_arn( self, input: Option<String> ) -> Self
The Amazon Resource Name (ARN) of the previous Earth Observation job.
sourcepub fn get_previous_earth_observation_job_arn(&self) -> &Option<String>
pub fn get_previous_earth_observation_job_arn(&self) -> &Option<String>
The Amazon Resource Name (ARN) of the previous Earth Observation job.
sourcepub fn raster_data_collection_query(
self,
input: RasterDataCollectionQueryOutput
) -> Self
pub fn raster_data_collection_query( self, input: RasterDataCollectionQueryOutput ) -> Self
The structure representing the RasterDataCollection Query consisting of the Area of Interest, RasterDataCollectionArn, RasterDataCollectionName, TimeRange, and Property Filters.
sourcepub fn set_raster_data_collection_query(
self,
input: Option<RasterDataCollectionQueryOutput>
) -> Self
pub fn set_raster_data_collection_query( self, input: Option<RasterDataCollectionQueryOutput> ) -> Self
The structure representing the RasterDataCollection Query consisting of the Area of Interest, RasterDataCollectionArn, RasterDataCollectionName, TimeRange, and Property Filters.
sourcepub fn get_raster_data_collection_query(
&self
) -> &Option<RasterDataCollectionQueryOutput>
pub fn get_raster_data_collection_query( &self ) -> &Option<RasterDataCollectionQueryOutput>
The structure representing the RasterDataCollection Query consisting of the Area of Interest, RasterDataCollectionArn, RasterDataCollectionName, TimeRange, and Property Filters.
sourcepub fn build(self) -> InputConfigOutput
pub fn build(self) -> InputConfigOutput
Consumes the builder and constructs a InputConfigOutput
.
Trait Implementations§
source§impl Clone for InputConfigOutputBuilder
impl Clone for InputConfigOutputBuilder
source§fn clone(&self) -> InputConfigOutputBuilder
fn clone(&self) -> InputConfigOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for InputConfigOutputBuilder
impl Debug for InputConfigOutputBuilder
source§impl Default for InputConfigOutputBuilder
impl Default for InputConfigOutputBuilder
source§fn default() -> InputConfigOutputBuilder
fn default() -> InputConfigOutputBuilder
source§impl PartialEq for InputConfigOutputBuilder
impl PartialEq for InputConfigOutputBuilder
source§fn eq(&self, other: &InputConfigOutputBuilder) -> bool
fn eq(&self, other: &InputConfigOutputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.