Struct aws_sdk_comprehend::operation::describe_events_detection_job::builders::DescribeEventsDetectionJobInputBuilder
source · #[non_exhaustive]pub struct DescribeEventsDetectionJobInputBuilder { /* private fields */ }Expand description
A builder for DescribeEventsDetectionJobInput.
Implementations§
source§impl DescribeEventsDetectionJobInputBuilder
impl DescribeEventsDetectionJobInputBuilder
sourcepub fn job_id(self, input: impl Into<String>) -> Self
pub fn job_id(self, input: impl Into<String>) -> Self
The identifier of the events detection job.
sourcepub fn set_job_id(self, input: Option<String>) -> Self
pub fn set_job_id(self, input: Option<String>) -> Self
The identifier of the events detection job.
sourcepub fn build(self) -> Result<DescribeEventsDetectionJobInput, BuildError>
pub fn build(self) -> Result<DescribeEventsDetectionJobInput, BuildError>
Consumes the builder and constructs a DescribeEventsDetectionJobInput.
Trait Implementations§
source§impl Clone for DescribeEventsDetectionJobInputBuilder
impl Clone for DescribeEventsDetectionJobInputBuilder
source§fn clone(&self) -> DescribeEventsDetectionJobInputBuilder
fn clone(&self) -> DescribeEventsDetectionJobInputBuilder
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 DescribeEventsDetectionJobInputBuilder
impl Default for DescribeEventsDetectionJobInputBuilder
source§fn default() -> DescribeEventsDetectionJobInputBuilder
fn default() -> DescribeEventsDetectionJobInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DescribeEventsDetectionJobInputBuilder> for DescribeEventsDetectionJobInputBuilder
impl PartialEq<DescribeEventsDetectionJobInputBuilder> for DescribeEventsDetectionJobInputBuilder
source§fn eq(&self, other: &DescribeEventsDetectionJobInputBuilder) -> bool
fn eq(&self, other: &DescribeEventsDetectionJobInputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.