pub struct Builder { /* private fields */ }
Expand description
A builder for InputConfigInput
.
Implementations§
source§impl Builder
impl Builder
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 data_source_config(self, input: EojDataSourceConfigInput) -> Self
pub fn data_source_config(self, input: EojDataSourceConfigInput) -> Self
The location of the input data.>
sourcepub fn set_data_source_config(
self,
input: Option<EojDataSourceConfigInput>
) -> Self
pub fn set_data_source_config(
self,
input: Option<EojDataSourceConfigInput>
) -> Self
The location of the input data.>
sourcepub fn raster_data_collection_query(
self,
input: RasterDataCollectionQueryInput
) -> Self
pub fn raster_data_collection_query(
self,
input: RasterDataCollectionQueryInput
) -> Self
sourcepub fn set_raster_data_collection_query(
self,
input: Option<RasterDataCollectionQueryInput>
) -> Self
pub fn set_raster_data_collection_query(
self,
input: Option<RasterDataCollectionQueryInput>
) -> Self
sourcepub fn build(self) -> InputConfigInput
pub fn build(self) -> InputConfigInput
Consumes the builder and constructs a InputConfigInput
.