Interface MedicalScribeJobSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<MedicalScribeJobSummary.Builder,
,MedicalScribeJobSummary> SdkBuilder<MedicalScribeJobSummary.Builder,
,MedicalScribeJobSummary> SdkPojo
- Enclosing class:
MedicalScribeJobSummary
-
Method Summary
Modifier and TypeMethodDescriptioncompletionTime
(Instant completionTime) The date and time the specified Medical Scribe job finished processing.creationTime
(Instant creationTime) The date and time the specified Medical Scribe job request was made.failureReason
(String failureReason) IfMedicalScribeJobStatus
isFAILED
,FailureReason
contains information about why the transcription job failed.languageCode
(String languageCode) The language code used to create your Medical Scribe job.languageCode
(MedicalScribeLanguageCode languageCode) The language code used to create your Medical Scribe job.medicalScribeJobName
(String medicalScribeJobName) The name of the Medical Scribe job.medicalScribeJobStatus
(String medicalScribeJobStatus) Provides the status of the specified Medical Scribe job.medicalScribeJobStatus
(MedicalScribeJobStatus medicalScribeJobStatus) Provides the status of the specified Medical Scribe job.The date and time your Medical Scribe job began processing.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
medicalScribeJobName
The name of the Medical Scribe job. Job names are case sensitive and must be unique within an Amazon Web Services account.
- Parameters:
medicalScribeJobName
- The name of the Medical Scribe job. Job names are case sensitive and must be unique within an Amazon Web Services account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTime
The date and time the specified Medical Scribe 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 Medical Scribe job that started processing at 12:32 PM UTC-7 on May 4, 2022.- Parameters:
creationTime
- The date and time the specified Medical Scribe 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 Medical Scribe job that started processing at 12:32 PM UTC-7 on May 4, 2022.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
startTime
The date and time your Medical Scribe 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 Medical Scribe job that started processing at 12:32 PM UTC-7 on May 4, 2022.- Parameters:
startTime
- The date and time your Medical Scribe 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 Medical Scribe job that started processing at 12:32 PM UTC-7 on May 4, 2022.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
completionTime
The date and time the specified Medical Scribe job finished processing.
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 Medical Scribe job that finished processing at 12:32 PM UTC-7 on May 4, 2022.- Parameters:
completionTime
- The date and time the specified Medical Scribe job finished processing.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 Medical Scribe job that finished processing at 12:32 PM UTC-7 on May 4, 2022.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
languageCode
The language code used to create your Medical Scribe job. US English (
en-US
) is the only supported language for Medical Scribe jobs.- Parameters:
languageCode
- The language code used to create your Medical Scribe job. US English (en-US
) is the only supported language for Medical Scribe jobs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
languageCode
The language code used to create your Medical Scribe job. US English (
en-US
) is the only supported language for Medical Scribe jobs.- Parameters:
languageCode
- The language code used to create your Medical Scribe job. US English (en-US
) is the only supported language for Medical Scribe jobs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
medicalScribeJobStatus
Provides the status of the specified Medical Scribe job.
If the status is
COMPLETED
, the job is finished and you can find the results at the location specified inMedicalScribeOutput
If the status isFAILED
,FailureReason
provides details on why your Medical Scribe job failed.- Parameters:
medicalScribeJobStatus
- Provides the status of the specified Medical Scribe job.If the status is
COMPLETED
, the job is finished and you can find the results at the location specified inMedicalScribeOutput
If the status isFAILED
,FailureReason
provides details on why your Medical Scribe job failed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
medicalScribeJobStatus
MedicalScribeJobSummary.Builder medicalScribeJobStatus(MedicalScribeJobStatus medicalScribeJobStatus) Provides the status of the specified Medical Scribe job.
If the status is
COMPLETED
, the job is finished and you can find the results at the location specified inMedicalScribeOutput
If the status isFAILED
,FailureReason
provides details on why your Medical Scribe job failed.- Parameters:
medicalScribeJobStatus
- Provides the status of the specified Medical Scribe job.If the status is
COMPLETED
, the job is finished and you can find the results at the location specified inMedicalScribeOutput
If the status isFAILED
,FailureReason
provides details on why your Medical Scribe job failed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
failureReason
If
MedicalScribeJobStatus
isFAILED
,FailureReason
contains information about why the transcription job failed. See also: Common Errors.- Parameters:
failureReason
- IfMedicalScribeJobStatus
isFAILED
,FailureReason
contains information about why the transcription job failed. See also: Common Errors.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-