#[non_exhaustive]pub struct InputConfigInputBuilder { /* private fields */ }
Expand description
A builder for InputConfigInput
.
Implementations§
source§impl InputConfigInputBuilder
impl InputConfigInputBuilder
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: RasterDataCollectionQueryInput
) -> Self
pub fn raster_data_collection_query( self, input: RasterDataCollectionQueryInput ) -> Self
The structure representing the RasterDataCollection Query consisting of the Area of Interest, RasterDataCollectionArn,TimeRange and Property Filters.
sourcepub fn set_raster_data_collection_query(
self,
input: Option<RasterDataCollectionQueryInput>
) -> Self
pub fn set_raster_data_collection_query( self, input: Option<RasterDataCollectionQueryInput> ) -> Self
The structure representing the RasterDataCollection Query consisting of the Area of Interest, RasterDataCollectionArn,TimeRange and Property Filters.
sourcepub fn get_raster_data_collection_query(
&self
) -> &Option<RasterDataCollectionQueryInput>
pub fn get_raster_data_collection_query( &self ) -> &Option<RasterDataCollectionQueryInput>
The structure representing the RasterDataCollection Query consisting of the Area of Interest, RasterDataCollectionArn,TimeRange and Property Filters.
sourcepub fn build(self) -> InputConfigInput
pub fn build(self) -> InputConfigInput
Consumes the builder and constructs a InputConfigInput
.
Trait Implementations§
source§impl Clone for InputConfigInputBuilder
impl Clone for InputConfigInputBuilder
source§fn clone(&self) -> InputConfigInputBuilder
fn clone(&self) -> InputConfigInputBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for InputConfigInputBuilder
impl Debug for InputConfigInputBuilder
source§impl Default for InputConfigInputBuilder
impl Default for InputConfigInputBuilder
source§fn default() -> InputConfigInputBuilder
fn default() -> InputConfigInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for InputConfigInputBuilder
impl PartialEq for InputConfigInputBuilder
source§fn eq(&self, other: &InputConfigInputBuilder) -> bool
fn eq(&self, other: &InputConfigInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for InputConfigInputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for InputConfigInputBuilder
impl Send for InputConfigInputBuilder
impl Sync for InputConfigInputBuilder
impl Unpin for InputConfigInputBuilder
impl UnwindSafe for InputConfigInputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.