#[non_exhaustive]pub struct CallAnalyticsJobSummaryBuilder { /* private fields */ }
Expand description
A builder for CallAnalyticsJobSummary
.
Implementations§
source§impl CallAnalyticsJobSummaryBuilder
impl CallAnalyticsJobSummaryBuilder
sourcepub fn call_analytics_job_name(self, input: impl Into<String>) -> Self
pub fn call_analytics_job_name(self, input: impl Into<String>) -> Self
The name of the Call Analytics job. Job names are case sensitive and must be unique within an Amazon Web Services account.
sourcepub fn set_call_analytics_job_name(self, input: Option<String>) -> Self
pub fn set_call_analytics_job_name(self, input: Option<String>) -> Self
The name of the Call Analytics job. Job names are case sensitive and must be unique within an Amazon Web Services account.
sourcepub fn get_call_analytics_job_name(&self) -> &Option<String>
pub fn get_call_analytics_job_name(&self) -> &Option<String>
The name of the Call Analytics job. Job names are case sensitive and must be unique within an Amazon Web Services account.
sourcepub fn creation_time(self, input: DateTime) -> Self
pub fn creation_time(self, input: DateTime) -> Self
The date and time the specified Call Analytics job request was made.
Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC
. For example, 2022-05-04T12:32:58.761000-07:00
represents a transcription job that started processing at 12:32 PM UTC-7 on May 4, 2022.
sourcepub fn set_creation_time(self, input: Option<DateTime>) -> Self
pub fn set_creation_time(self, input: Option<DateTime>) -> Self
The date and time the specified Call Analytics job request was made.
Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC
. For example, 2022-05-04T12:32:58.761000-07:00
represents a transcription job that started processing at 12:32 PM UTC-7 on May 4, 2022.
sourcepub fn get_creation_time(&self) -> &Option<DateTime>
pub fn get_creation_time(&self) -> &Option<DateTime>
The date and time the specified Call Analytics job request was made.
Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC
. For example, 2022-05-04T12:32:58.761000-07:00
represents a transcription job that started processing at 12:32 PM UTC-7 on May 4, 2022.
sourcepub fn start_time(self, input: DateTime) -> Self
pub fn start_time(self, input: DateTime) -> Self
The date and time your Call Analytics job began processing.
Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC
. For example, 2022-05-04T12:32:58.789000-07:00
represents a transcription job that started processing at 12:32 PM UTC-7 on May 4, 2022.
sourcepub fn set_start_time(self, input: Option<DateTime>) -> Self
pub fn set_start_time(self, input: Option<DateTime>) -> Self
The date and time your Call Analytics job began processing.
Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC
. For example, 2022-05-04T12:32:58.789000-07:00
represents a transcription job that started processing at 12:32 PM UTC-7 on May 4, 2022.
sourcepub fn get_start_time(&self) -> &Option<DateTime>
pub fn get_start_time(&self) -> &Option<DateTime>
The date and time your Call Analytics job began processing.
Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC
. For example, 2022-05-04T12:32:58.789000-07:00
represents a transcription job that started processing at 12:32 PM UTC-7 on May 4, 2022.
sourcepub fn completion_time(self, input: DateTime) -> Self
pub fn completion_time(self, input: DateTime) -> Self
The date and time the specified Call Analytics job finished processing.
Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC
. For example, 2022-05-04T12:33:13.922000-07:00
represents a transcription job that started processing at 12:33 PM UTC-7 on May 4, 2022.
sourcepub fn set_completion_time(self, input: Option<DateTime>) -> Self
pub fn set_completion_time(self, input: Option<DateTime>) -> Self
The date and time the specified Call Analytics job finished processing.
Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC
. For example, 2022-05-04T12:33:13.922000-07:00
represents a transcription job that started processing at 12:33 PM UTC-7 on May 4, 2022.
sourcepub fn get_completion_time(&self) -> &Option<DateTime>
pub fn get_completion_time(&self) -> &Option<DateTime>
The date and time the specified Call Analytics job finished processing.
Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC
. For example, 2022-05-04T12:33:13.922000-07:00
represents a transcription job that started processing at 12:33 PM UTC-7 on May 4, 2022.
sourcepub fn language_code(self, input: LanguageCode) -> Self
pub fn language_code(self, input: LanguageCode) -> Self
The language code used to create your Call Analytics transcription.
sourcepub fn set_language_code(self, input: Option<LanguageCode>) -> Self
pub fn set_language_code(self, input: Option<LanguageCode>) -> Self
The language code used to create your Call Analytics transcription.
sourcepub fn get_language_code(&self) -> &Option<LanguageCode>
pub fn get_language_code(&self) -> &Option<LanguageCode>
The language code used to create your Call Analytics transcription.
sourcepub fn call_analytics_job_status(self, input: CallAnalyticsJobStatus) -> Self
pub fn call_analytics_job_status(self, input: CallAnalyticsJobStatus) -> Self
Provides the status of your Call Analytics job.
If the status is COMPLETED
, the job is finished and you can find the results at the location specified in TranscriptFileUri
(or RedactedTranscriptFileUri
, if you requested transcript redaction). If the status is FAILED
, FailureReason
provides details on why your transcription job failed.
sourcepub fn set_call_analytics_job_status(
self,
input: Option<CallAnalyticsJobStatus>
) -> Self
pub fn set_call_analytics_job_status( self, input: Option<CallAnalyticsJobStatus> ) -> Self
Provides the status of your Call Analytics job.
If the status is COMPLETED
, the job is finished and you can find the results at the location specified in TranscriptFileUri
(or RedactedTranscriptFileUri
, if you requested transcript redaction). If the status is FAILED
, FailureReason
provides details on why your transcription job failed.
sourcepub fn get_call_analytics_job_status(&self) -> &Option<CallAnalyticsJobStatus>
pub fn get_call_analytics_job_status(&self) -> &Option<CallAnalyticsJobStatus>
Provides the status of your Call Analytics job.
If the status is COMPLETED
, the job is finished and you can find the results at the location specified in TranscriptFileUri
(or RedactedTranscriptFileUri
, if you requested transcript redaction). If the status is FAILED
, FailureReason
provides details on why your transcription job failed.
sourcepub fn failure_reason(self, input: impl Into<String>) -> Self
pub fn failure_reason(self, input: impl Into<String>) -> Self
If CallAnalyticsJobStatus
is FAILED
, FailureReason
contains information about why the Call Analytics job failed. See also: Common Errors.
sourcepub fn set_failure_reason(self, input: Option<String>) -> Self
pub fn set_failure_reason(self, input: Option<String>) -> Self
If CallAnalyticsJobStatus
is FAILED
, FailureReason
contains information about why the Call Analytics job failed. See also: Common Errors.
sourcepub fn get_failure_reason(&self) -> &Option<String>
pub fn get_failure_reason(&self) -> &Option<String>
If CallAnalyticsJobStatus
is FAILED
, FailureReason
contains information about why the Call Analytics job failed. See also: Common Errors.
sourcepub fn build(self) -> CallAnalyticsJobSummary
pub fn build(self) -> CallAnalyticsJobSummary
Consumes the builder and constructs a CallAnalyticsJobSummary
.
Trait Implementations§
source§impl Clone for CallAnalyticsJobSummaryBuilder
impl Clone for CallAnalyticsJobSummaryBuilder
source§fn clone(&self) -> CallAnalyticsJobSummaryBuilder
fn clone(&self) -> CallAnalyticsJobSummaryBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for CallAnalyticsJobSummaryBuilder
impl Default for CallAnalyticsJobSummaryBuilder
source§fn default() -> CallAnalyticsJobSummaryBuilder
fn default() -> CallAnalyticsJobSummaryBuilder
source§impl PartialEq for CallAnalyticsJobSummaryBuilder
impl PartialEq for CallAnalyticsJobSummaryBuilder
source§fn eq(&self, other: &CallAnalyticsJobSummaryBuilder) -> bool
fn eq(&self, other: &CallAnalyticsJobSummaryBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.