aws_sdk_sagemakergeospatial/client/
stop_vector_enrichment_job.rs

1// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
2impl super::Client {
3    /// Constructs a fluent builder for the [`StopVectorEnrichmentJob`](crate::operation::stop_vector_enrichment_job::builders::StopVectorEnrichmentJobFluentBuilder) operation.
4    ///
5    /// - The fluent builder is configurable:
6    ///   - [`arn(impl Into<String>)`](crate::operation::stop_vector_enrichment_job::builders::StopVectorEnrichmentJobFluentBuilder::arn) / [`set_arn(Option<String>)`](crate::operation::stop_vector_enrichment_job::builders::StopVectorEnrichmentJobFluentBuilder::set_arn):<br>required: **true**<br><p>The Amazon Resource Name (ARN) of the Vector Enrichment job.</p><br>
7    /// - On success, responds with [`StopVectorEnrichmentJobOutput`](crate::operation::stop_vector_enrichment_job::StopVectorEnrichmentJobOutput)
8    /// - On failure, responds with [`SdkError<StopVectorEnrichmentJobError>`](crate::operation::stop_vector_enrichment_job::StopVectorEnrichmentJobError)
9    pub fn stop_vector_enrichment_job(&self) -> crate::operation::stop_vector_enrichment_job::builders::StopVectorEnrichmentJobFluentBuilder {
10        crate::operation::stop_vector_enrichment_job::builders::StopVectorEnrichmentJobFluentBuilder::new(self.handle.clone())
11    }
12}