Struct aws_sdk_comprehend::operation::describe_events_detection_job::builders::DescribeEventsDetectionJobOutputBuilder
source · #[non_exhaustive]pub struct DescribeEventsDetectionJobOutputBuilder { /* private fields */ }Expand description
A builder for DescribeEventsDetectionJobOutput.
Implementations§
source§impl DescribeEventsDetectionJobOutputBuilder
impl DescribeEventsDetectionJobOutputBuilder
sourcepub fn events_detection_job_properties(
self,
input: EventsDetectionJobProperties
) -> Self
pub fn events_detection_job_properties( self, input: EventsDetectionJobProperties ) -> Self
An object that contains the properties associated with an event detection job.
sourcepub fn set_events_detection_job_properties(
self,
input: Option<EventsDetectionJobProperties>
) -> Self
pub fn set_events_detection_job_properties( self, input: Option<EventsDetectionJobProperties> ) -> Self
An object that contains the properties associated with an event detection job.
sourcepub fn build(self) -> DescribeEventsDetectionJobOutput
pub fn build(self) -> DescribeEventsDetectionJobOutput
Consumes the builder and constructs a DescribeEventsDetectionJobOutput.
Trait Implementations§
source§impl Clone for DescribeEventsDetectionJobOutputBuilder
impl Clone for DescribeEventsDetectionJobOutputBuilder
source§fn clone(&self) -> DescribeEventsDetectionJobOutputBuilder
fn clone(&self) -> DescribeEventsDetectionJobOutputBuilder
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 DescribeEventsDetectionJobOutputBuilder
impl Default for DescribeEventsDetectionJobOutputBuilder
source§fn default() -> DescribeEventsDetectionJobOutputBuilder
fn default() -> DescribeEventsDetectionJobOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DescribeEventsDetectionJobOutputBuilder> for DescribeEventsDetectionJobOutputBuilder
impl PartialEq<DescribeEventsDetectionJobOutputBuilder> for DescribeEventsDetectionJobOutputBuilder
source§fn eq(&self, other: &DescribeEventsDetectionJobOutputBuilder) -> bool
fn eq(&self, other: &DescribeEventsDetectionJobOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.