aws_sdk_sagemaker/client/stop_edge_packaging_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 [`StopEdgePackagingJob`](crate::operation::stop_edge_packaging_job::builders::StopEdgePackagingJobFluentBuilder) operation.
4 ///
5 /// - The fluent builder is configurable:
6 /// - [`edge_packaging_job_name(impl Into<String>)`](crate::operation::stop_edge_packaging_job::builders::StopEdgePackagingJobFluentBuilder::edge_packaging_job_name) / [`set_edge_packaging_job_name(Option<String>)`](crate::operation::stop_edge_packaging_job::builders::StopEdgePackagingJobFluentBuilder::set_edge_packaging_job_name):<br>required: **true**<br><p>The name of the edge packaging job.</p><br>
7 /// - On success, responds with [`StopEdgePackagingJobOutput`](crate::operation::stop_edge_packaging_job::StopEdgePackagingJobOutput)
8 /// - On failure, responds with [`SdkError<StopEdgePackagingJobError>`](crate::operation::stop_edge_packaging_job::StopEdgePackagingJobError)
9 pub fn stop_edge_packaging_job(&self) -> crate::operation::stop_edge_packaging_job::builders::StopEdgePackagingJobFluentBuilder {
10 crate::operation::stop_edge_packaging_job::builders::StopEdgePackagingJobFluentBuilder::new(self.handle.clone())
11 }
12}