Struct aws_sdk_comprehend::operation::stop_entities_detection_job::builders::StopEntitiesDetectionJobInputBuilder
source · #[non_exhaustive]pub struct StopEntitiesDetectionJobInputBuilder { /* private fields */ }Expand description
A builder for StopEntitiesDetectionJobInput.
Implementations§
source§impl StopEntitiesDetectionJobInputBuilder
impl StopEntitiesDetectionJobInputBuilder
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.
Trait Implementations§
source§impl Clone for StopEntitiesDetectionJobInputBuilder
impl Clone for StopEntitiesDetectionJobInputBuilder
source§fn clone(&self) -> StopEntitiesDetectionJobInputBuilder
fn clone(&self) -> StopEntitiesDetectionJobInputBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Default for StopEntitiesDetectionJobInputBuilder
impl Default for StopEntitiesDetectionJobInputBuilder
source§fn default() -> StopEntitiesDetectionJobInputBuilder
fn default() -> StopEntitiesDetectionJobInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<StopEntitiesDetectionJobInputBuilder> for StopEntitiesDetectionJobInputBuilder
impl PartialEq<StopEntitiesDetectionJobInputBuilder> for StopEntitiesDetectionJobInputBuilder
source§fn eq(&self, other: &StopEntitiesDetectionJobInputBuilder) -> bool
fn eq(&self, other: &StopEntitiesDetectionJobInputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.