Struct aws_sdk_comprehend::operation::start_events_detection_job::builders::StartEventsDetectionJobOutputBuilder
source · #[non_exhaustive]pub struct StartEventsDetectionJobOutputBuilder { /* private fields */ }Expand description
A builder for StartEventsDetectionJobOutput.
Implementations§
source§impl StartEventsDetectionJobOutputBuilder
impl StartEventsDetectionJobOutputBuilder
sourcepub fn job_id(self, input: impl Into<String>) -> Self
pub fn job_id(self, input: impl Into<String>) -> Self
An unique identifier for the request. If you don't set the client request token, Amazon Comprehend generates one.
sourcepub fn set_job_id(self, input: Option<String>) -> Self
pub fn set_job_id(self, input: Option<String>) -> Self
An unique identifier for the request. If you don't set the client request token, Amazon Comprehend generates one.
sourcepub fn get_job_id(&self) -> &Option<String>
pub fn get_job_id(&self) -> &Option<String>
An unique identifier for the request. If you don't set the client request token, Amazon Comprehend generates one.
sourcepub fn job_arn(self, input: impl Into<String>) -> Self
pub fn job_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the events detection job. It is a unique, fully qualified identifier for the job. It includes the Amazon Web Services account, Amazon Web Services Region, and the job ID. The format of the ARN is as follows:
arn:
The following is an example job ARN:
arn:aws:comprehend:us-west-2:111122223333:events-detection-job/1234abcd12ab34cd56ef1234567890ab
sourcepub fn set_job_arn(self, input: Option<String>) -> Self
pub fn set_job_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the events detection job. It is a unique, fully qualified identifier for the job. It includes the Amazon Web Services account, Amazon Web Services Region, and the job ID. The format of the ARN is as follows:
arn:
The following is an example job ARN:
arn:aws:comprehend:us-west-2:111122223333:events-detection-job/1234abcd12ab34cd56ef1234567890ab
sourcepub fn get_job_arn(&self) -> &Option<String>
pub fn get_job_arn(&self) -> &Option<String>
The Amazon Resource Name (ARN) of the events detection job. It is a unique, fully qualified identifier for the job. It includes the Amazon Web Services account, Amazon Web Services Region, and the job ID. The format of the ARN is as follows:
arn:
The following is an example job ARN:
arn:aws:comprehend:us-west-2:111122223333:events-detection-job/1234abcd12ab34cd56ef1234567890ab
sourcepub fn job_status(self, input: JobStatus) -> Self
pub fn job_status(self, input: JobStatus) -> Self
The status of the events detection job.
sourcepub fn set_job_status(self, input: Option<JobStatus>) -> Self
pub fn set_job_status(self, input: Option<JobStatus>) -> Self
The status of the events detection job.
sourcepub fn get_job_status(&self) -> &Option<JobStatus>
pub fn get_job_status(&self) -> &Option<JobStatus>
The status of the events detection job.
sourcepub fn build(self) -> StartEventsDetectionJobOutput
pub fn build(self) -> StartEventsDetectionJobOutput
Consumes the builder and constructs a StartEventsDetectionJobOutput.
Trait Implementations§
source§impl Clone for StartEventsDetectionJobOutputBuilder
impl Clone for StartEventsDetectionJobOutputBuilder
source§fn clone(&self) -> StartEventsDetectionJobOutputBuilder
fn clone(&self) -> StartEventsDetectionJobOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for StartEventsDetectionJobOutputBuilder
impl Default for StartEventsDetectionJobOutputBuilder
source§fn default() -> StartEventsDetectionJobOutputBuilder
fn default() -> StartEventsDetectionJobOutputBuilder
source§impl PartialEq for StartEventsDetectionJobOutputBuilder
impl PartialEq for StartEventsDetectionJobOutputBuilder
source§fn eq(&self, other: &StartEventsDetectionJobOutputBuilder) -> bool
fn eq(&self, other: &StartEventsDetectionJobOutputBuilder) -> bool
self and other values to be equal, and is used
by ==.