pub struct Builder { /* private fields */ }Expand description
A builder for StopDominantLanguageDetectionJobInput.
Implementations§
source§impl Builder
impl Builder
sourcepub fn job_id(self, input: impl Into<String>) -> Self
pub fn job_id(self, input: impl Into<String>) -> Self
The identifier of the dominant language detection job to stop.
sourcepub fn set_job_id(self, input: Option<String>) -> Self
pub fn set_job_id(self, input: Option<String>) -> Self
The identifier of the dominant language detection job to stop.
sourcepub fn build(self) -> Result<StopDominantLanguageDetectionJobInput, BuildError>
pub fn build(self) -> Result<StopDominantLanguageDetectionJobInput, BuildError>
Consumes the builder and constructs a StopDominantLanguageDetectionJobInput.