Interface MedicalTranscriptionJobSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<MedicalTranscriptionJobSummary.Builder,MedicalTranscriptionJobSummary>,SdkBuilder<MedicalTranscriptionJobSummary.Builder,MedicalTranscriptionJobSummary>,SdkPojo
- Enclosing class:
- MedicalTranscriptionJobSummary
public static interface MedicalTranscriptionJobSummary.Builder extends SdkPojo, CopyableBuilder<MedicalTranscriptionJobSummary.Builder,MedicalTranscriptionJobSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MedicalTranscriptionJobSummary.BuildercompletionTime(Instant completionTime)The date and time the specified medical transcription job finished processing.MedicalTranscriptionJobSummary.BuildercontentIdentificationType(String contentIdentificationType)Labels all personal health information (PHI) identified in your transcript.MedicalTranscriptionJobSummary.BuildercontentIdentificationType(MedicalContentIdentificationType contentIdentificationType)Labels all personal health information (PHI) identified in your transcript.MedicalTranscriptionJobSummary.BuildercreationTime(Instant creationTime)The date and time the specified medical transcription job request was made.MedicalTranscriptionJobSummary.BuilderfailureReason(String failureReason)IfTranscriptionJobStatusisFAILED,FailureReasoncontains information about why the transcription job failed.MedicalTranscriptionJobSummary.BuilderlanguageCode(String languageCode)The language code used to create your medical transcription.MedicalTranscriptionJobSummary.BuilderlanguageCode(LanguageCode languageCode)The language code used to create your medical transcription.MedicalTranscriptionJobSummary.BuildermedicalTranscriptionJobName(String medicalTranscriptionJobName)The name of the medical transcription job.MedicalTranscriptionJobSummary.BuilderoutputLocationType(String outputLocationType)Indicates where the specified medical transcription output is stored.MedicalTranscriptionJobSummary.BuilderoutputLocationType(OutputLocationType outputLocationType)Indicates where the specified medical transcription output is stored.MedicalTranscriptionJobSummary.Builderspecialty(String specialty)Provides the medical specialty represented in your media.MedicalTranscriptionJobSummary.Builderspecialty(Specialty specialty)Provides the medical specialty represented in your media.MedicalTranscriptionJobSummary.BuilderstartTime(Instant startTime)The date and time your medical transcription job began processing.MedicalTranscriptionJobSummary.BuildertranscriptionJobStatus(String transcriptionJobStatus)Provides the status of your medical transcription job.MedicalTranscriptionJobSummary.BuildertranscriptionJobStatus(TranscriptionJobStatus transcriptionJobStatus)Provides the status of your medical transcription job.MedicalTranscriptionJobSummary.Buildertype(String type)Indicates whether the input media is a dictation or a conversation, as specified in theStartMedicalTranscriptionJobrequest.MedicalTranscriptionJobSummary.Buildertype(Type type)Indicates whether the input media is a dictation or a conversation, as specified in theStartMedicalTranscriptionJobrequest.-
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 Detail
-
medicalTranscriptionJobName
MedicalTranscriptionJobSummary.Builder medicalTranscriptionJobName(String medicalTranscriptionJobName)
The name of the medical transcription job. Job names are case sensitive and must be unique within an Amazon Web Services account.
- Parameters:
medicalTranscriptionJobName- The name of the medical transcription 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
MedicalTranscriptionJobSummary.Builder creationTime(Instant creationTime)
The date and time the specified medical transcription 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:00represents a transcription job that started processing at 12:32 PM UTC-7 on May 4, 2022.- Parameters:
creationTime- The date and time the specified medical transcription 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:00represents a transcription 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
MedicalTranscriptionJobSummary.Builder startTime(Instant startTime)
The date and time your medical transcription 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:00represents a transcription job that started processing at 12:32 PM UTC-7 on May 4, 2022.- Parameters:
startTime- The date and time your medical transcription 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:00represents a transcription 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
MedicalTranscriptionJobSummary.Builder completionTime(Instant completionTime)
The date and time the specified medical transcription 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:00represents a transcription job that started processing at 12:33 PM UTC-7 on May 4, 2022.- Parameters:
completionTime- The date and time the specified medical transcription 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:00represents a transcription job that started processing at 12:33 PM UTC-7 on May 4, 2022.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
languageCode
MedicalTranscriptionJobSummary.Builder languageCode(String languageCode)
The language code used to create your medical transcription. US English (
en-US) is the only supported language for medical transcriptions.- Parameters:
languageCode- The language code used to create your medical transcription. US English (en-US) is the only supported language for medical transcriptions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
LanguageCode,LanguageCode
-
languageCode
MedicalTranscriptionJobSummary.Builder languageCode(LanguageCode languageCode)
The language code used to create your medical transcription. US English (
en-US) is the only supported language for medical transcriptions.- Parameters:
languageCode- The language code used to create your medical transcription. US English (en-US) is the only supported language for medical transcriptions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
LanguageCode,LanguageCode
-
transcriptionJobStatus
MedicalTranscriptionJobSummary.Builder transcriptionJobStatus(String transcriptionJobStatus)
Provides the status of your medical transcription job.
If the status is
COMPLETED, the job is finished and you can find the results at the location specified inTranscriptFileUri. If the status isFAILED,FailureReasonprovides details on why your transcription job failed.- Parameters:
transcriptionJobStatus- Provides the status of your medical transcription job.If the status is
COMPLETED, the job is finished and you can find the results at the location specified inTranscriptFileUri. If the status isFAILED,FailureReasonprovides details on why your transcription job failed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TranscriptionJobStatus,TranscriptionJobStatus
-
transcriptionJobStatus
MedicalTranscriptionJobSummary.Builder transcriptionJobStatus(TranscriptionJobStatus transcriptionJobStatus)
Provides the status of your medical transcription job.
If the status is
COMPLETED, the job is finished and you can find the results at the location specified inTranscriptFileUri. If the status isFAILED,FailureReasonprovides details on why your transcription job failed.- Parameters:
transcriptionJobStatus- Provides the status of your medical transcription job.If the status is
COMPLETED, the job is finished and you can find the results at the location specified inTranscriptFileUri. If the status isFAILED,FailureReasonprovides details on why your transcription job failed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TranscriptionJobStatus,TranscriptionJobStatus
-
failureReason
MedicalTranscriptionJobSummary.Builder failureReason(String failureReason)
If
TranscriptionJobStatusisFAILED,FailureReasoncontains information about why the transcription job failed. See also: Common Errors.- Parameters:
failureReason- IfTranscriptionJobStatusisFAILED,FailureReasoncontains 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.
-
outputLocationType
MedicalTranscriptionJobSummary.Builder outputLocationType(String outputLocationType)
Indicates where the specified medical transcription output is stored.
If the value is
CUSTOMER_BUCKET, the location is the Amazon S3 bucket you specified using theOutputBucketNameparameter in your request. If you also includedOutputKeyin your request, your output is located in the path you specified in your request.If the value is
SERVICE_BUCKET, the location is a service-managed Amazon S3 bucket. To access a transcript stored in a service-managed bucket, use the URI shown in theTranscriptFileUrifield.- Parameters:
outputLocationType- Indicates where the specified medical transcription output is stored.If the value is
CUSTOMER_BUCKET, the location is the Amazon S3 bucket you specified using theOutputBucketNameparameter in your request. If you also includedOutputKeyin your request, your output is located in the path you specified in your request.If the value is
SERVICE_BUCKET, the location is a service-managed Amazon S3 bucket. To access a transcript stored in a service-managed bucket, use the URI shown in theTranscriptFileUrifield.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
OutputLocationType,OutputLocationType
-
outputLocationType
MedicalTranscriptionJobSummary.Builder outputLocationType(OutputLocationType outputLocationType)
Indicates where the specified medical transcription output is stored.
If the value is
CUSTOMER_BUCKET, the location is the Amazon S3 bucket you specified using theOutputBucketNameparameter in your request. If you also includedOutputKeyin your request, your output is located in the path you specified in your request.If the value is
SERVICE_BUCKET, the location is a service-managed Amazon S3 bucket. To access a transcript stored in a service-managed bucket, use the URI shown in theTranscriptFileUrifield.- Parameters:
outputLocationType- Indicates where the specified medical transcription output is stored.If the value is
CUSTOMER_BUCKET, the location is the Amazon S3 bucket you specified using theOutputBucketNameparameter in your request. If you also includedOutputKeyin your request, your output is located in the path you specified in your request.If the value is
SERVICE_BUCKET, the location is a service-managed Amazon S3 bucket. To access a transcript stored in a service-managed bucket, use the URI shown in theTranscriptFileUrifield.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
OutputLocationType,OutputLocationType
-
specialty
MedicalTranscriptionJobSummary.Builder specialty(String specialty)
Provides the medical specialty represented in your media.
-
specialty
MedicalTranscriptionJobSummary.Builder specialty(Specialty specialty)
Provides the medical specialty represented in your media.
-
contentIdentificationType
MedicalTranscriptionJobSummary.Builder contentIdentificationType(String contentIdentificationType)
Labels all personal health information (PHI) identified in your transcript. For more information, see Identifying personal health information (PHI) in a transcription.
- Parameters:
contentIdentificationType- Labels all personal health information (PHI) identified in your transcript. For more information, see Identifying personal health information (PHI) in a transcription.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
MedicalContentIdentificationType,MedicalContentIdentificationType
-
contentIdentificationType
MedicalTranscriptionJobSummary.Builder contentIdentificationType(MedicalContentIdentificationType contentIdentificationType)
Labels all personal health information (PHI) identified in your transcript. For more information, see Identifying personal health information (PHI) in a transcription.
- Parameters:
contentIdentificationType- Labels all personal health information (PHI) identified in your transcript. For more information, see Identifying personal health information (PHI) in a transcription.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
MedicalContentIdentificationType,MedicalContentIdentificationType
-
type
MedicalTranscriptionJobSummary.Builder type(String type)
Indicates whether the input media is a dictation or a conversation, as specified in the
StartMedicalTranscriptionJobrequest.
-
type
MedicalTranscriptionJobSummary.Builder type(Type type)
Indicates whether the input media is a dictation or a conversation, as specified in the
StartMedicalTranscriptionJobrequest.
-
-