pub struct Builder { /* private fields */ }Expand description
A builder for BatchStopJobRunSuccessfulSubmission.
Implementations§
source§impl Builder
impl Builder
sourcepub fn job_name(self, input: impl Into<String>) -> Self
pub fn job_name(self, input: impl Into<String>) -> Self
The name of the job definition used in the job run that was stopped.
sourcepub fn set_job_name(self, input: Option<String>) -> Self
pub fn set_job_name(self, input: Option<String>) -> Self
The name of the job definition used in the job run that was stopped.
sourcepub fn job_run_id(self, input: impl Into<String>) -> Self
pub fn job_run_id(self, input: impl Into<String>) -> Self
The JobRunId of the job run that was stopped.
sourcepub fn set_job_run_id(self, input: Option<String>) -> Self
pub fn set_job_run_id(self, input: Option<String>) -> Self
The JobRunId of the job run that was stopped.
sourcepub fn build(self) -> BatchStopJobRunSuccessfulSubmission
pub fn build(self) -> BatchStopJobRunSuccessfulSubmission
Consumes the builder and constructs a BatchStopJobRunSuccessfulSubmission.