Interface CreateMedicalVocabularyResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateMedicalVocabularyResponse.Builder,CreateMedicalVocabularyResponse>,SdkBuilder<CreateMedicalVocabularyResponse.Builder,CreateMedicalVocabularyResponse>,SdkPojo,SdkResponse.Builder,TranscribeResponse.Builder
- Enclosing class:
- CreateMedicalVocabularyResponse
public static interface CreateMedicalVocabularyResponse.Builder extends TranscribeResponse.Builder, SdkPojo, CopyableBuilder<CreateMedicalVocabularyResponse.Builder,CreateMedicalVocabularyResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateMedicalVocabularyResponse.BuilderfailureReason(String failureReason)IfVocabularyStateisFAILED,FailureReasoncontains information about why the medical transcription job request failed.CreateMedicalVocabularyResponse.BuilderlanguageCode(String languageCode)The language code you selected for your custom medical vocabulary.CreateMedicalVocabularyResponse.BuilderlanguageCode(LanguageCode languageCode)The language code you selected for your custom medical vocabulary.CreateMedicalVocabularyResponse.BuilderlastModifiedTime(Instant lastModifiedTime)The date and time you created your custom medical vocabulary.CreateMedicalVocabularyResponse.BuildervocabularyName(String vocabularyName)The name you chose for your custom medical vocabulary.CreateMedicalVocabularyResponse.BuildervocabularyState(String vocabularyState)The processing state of your custom medical vocabulary.CreateMedicalVocabularyResponse.BuildervocabularyState(VocabularyState vocabularyState)The processing state of your custom medical vocabulary.-
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
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Methods inherited from interface software.amazon.awssdk.services.transcribe.model.TranscribeResponse.Builder
build, responseMetadata, responseMetadata
-
-
-
-
Method Detail
-
vocabularyName
CreateMedicalVocabularyResponse.Builder vocabularyName(String vocabularyName)
The name you chose for your custom medical vocabulary.
- Parameters:
vocabularyName- The name you chose for your custom medical vocabulary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
languageCode
CreateMedicalVocabularyResponse.Builder languageCode(String languageCode)
The language code you selected for your custom medical vocabulary. US English (
en-US) is the only language supported with Amazon Transcribe Medical.- Parameters:
languageCode- The language code you selected for your custom medical vocabulary. US English (en-US) is the only language supported with Amazon Transcribe Medical.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
LanguageCode,LanguageCode
-
languageCode
CreateMedicalVocabularyResponse.Builder languageCode(LanguageCode languageCode)
The language code you selected for your custom medical vocabulary. US English (
en-US) is the only language supported with Amazon Transcribe Medical.- Parameters:
languageCode- The language code you selected for your custom medical vocabulary. US English (en-US) is the only language supported with Amazon Transcribe Medical.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
LanguageCode,LanguageCode
-
vocabularyState
CreateMedicalVocabularyResponse.Builder vocabularyState(String vocabularyState)
The processing state of your custom medical vocabulary. If the state is
READY, you can use the custom vocabulary in aStartMedicalTranscriptionJobrequest.- Parameters:
vocabularyState- The processing state of your custom medical vocabulary. If the state isREADY, you can use the custom vocabulary in aStartMedicalTranscriptionJobrequest.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
VocabularyState,VocabularyState
-
vocabularyState
CreateMedicalVocabularyResponse.Builder vocabularyState(VocabularyState vocabularyState)
The processing state of your custom medical vocabulary. If the state is
READY, you can use the custom vocabulary in aStartMedicalTranscriptionJobrequest.- Parameters:
vocabularyState- The processing state of your custom medical vocabulary. If the state isREADY, you can use the custom vocabulary in aStartMedicalTranscriptionJobrequest.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
VocabularyState,VocabularyState
-
lastModifiedTime
CreateMedicalVocabularyResponse.Builder lastModifiedTime(Instant lastModifiedTime)
The date and time you created your custom medical vocabulary.
Timestamps are in the format
YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC. For example,2022-05-04T12:32:58.761000-07:00represents 12:32 PM UTC-7 on May 4, 2022.- Parameters:
lastModifiedTime- The date and time you created your custom medical vocabulary.Timestamps are in the format
YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC. For example,2022-05-04T12:32:58.761000-07:00represents 12:32 PM UTC-7 on May 4, 2022.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
failureReason
CreateMedicalVocabularyResponse.Builder failureReason(String failureReason)
If
VocabularyStateisFAILED,FailureReasoncontains information about why the medical transcription job request failed. See also: Common Errors.- Parameters:
failureReason- IfVocabularyStateisFAILED,FailureReasoncontains information about why the medical transcription job request failed. See also: Common Errors.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-