// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`StopVectorEnrichmentJob`](crate::operation::stop_vector_enrichment_job::builders::StopVectorEnrichmentJobFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`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>
/// - On success, responds with [`StopVectorEnrichmentJobOutput`](crate::operation::stop_vector_enrichment_job::StopVectorEnrichmentJobOutput)
/// - On failure, responds with [`SdkError<StopVectorEnrichmentJobError>`](crate::operation::stop_vector_enrichment_job::StopVectorEnrichmentJobError)
pub fn stop_vector_enrichment_job(&self) -> crate::operation::stop_vector_enrichment_job::builders::StopVectorEnrichmentJobFluentBuilder {
crate::operation::stop_vector_enrichment_job::builders::StopVectorEnrichmentJobFluentBuilder::new(self.handle.clone())
}
}