pub struct Builder { /* private fields */ }Expand description
A builder for StopEntitiesDetectionJobInput.
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 entities 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 entities detection job to stop.
sourcepub fn build(self) -> Result<StopEntitiesDetectionJobInput, BuildError>
pub fn build(self) -> Result<StopEntitiesDetectionJobInput, BuildError>
Consumes the builder and constructs a StopEntitiesDetectionJobInput.