pub struct Builder { /* private fields */ }
Expand description
A builder for StopCompilationJobInput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn compilation_job_name(self, input: impl Into<String>) -> Self
pub fn compilation_job_name(self, input: impl Into<String>) -> Self
The name of the model compilation job to stop.
sourcepub fn set_compilation_job_name(self, input: Option<String>) -> Self
pub fn set_compilation_job_name(self, input: Option<String>) -> Self
The name of the model compilation job to stop.
sourcepub fn build(self) -> Result<StopCompilationJobInput, BuildError>
pub fn build(self) -> Result<StopCompilationJobInput, BuildError>
Consumes the builder and constructs a StopCompilationJobInput
.