Interface UpdateMedicalVocabularyResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<UpdateMedicalVocabularyResponse.Builder,,- UpdateMedicalVocabularyResponse> - SdkBuilder<UpdateMedicalVocabularyResponse.Builder,,- UpdateMedicalVocabularyResponse> - SdkPojo,- SdkResponse.Builder,- TranscribeResponse.Builder
- Enclosing class:
- UpdateMedicalVocabularyResponse
- 
Method SummaryModifier and TypeMethodDescriptionlanguageCode(String languageCode) The language code you selected for your custom medical vocabulary.languageCode(LanguageCode languageCode) The language code you selected for your custom medical vocabulary.lastModifiedTime(Instant lastModifiedTime) The date and time the specified custom medical vocabulary was last updated.vocabularyName(String vocabularyName) The name of the updated custom medical vocabulary.vocabularyState(String vocabularyState) The processing state of your custom medical vocabulary.vocabularyState(VocabularyState vocabularyState) The processing state of your custom medical vocabulary.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponseMethods inherited from interface software.amazon.awssdk.services.transcribe.model.TranscribeResponse.Builderbuild, responseMetadata, responseMetadata
- 
Method Details- 
vocabularyNameThe name of the updated custom medical vocabulary. - Parameters:
- vocabularyName- The name of the updated custom medical vocabulary.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
languageCodeThe 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:
 
- 
languageCodeThe 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:
 
- 
lastModifiedTimeThe date and time the specified custom medical vocabulary was last updated. 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 the specified custom medical vocabulary was last updated.- 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.
 
- 
vocabularyStateThe 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 is- READY, you can use the custom vocabulary in a- StartMedicalTranscriptionJobrequest.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
vocabularyStateThe 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 is- READY, you can use the custom vocabulary in a- StartMedicalTranscriptionJobrequest.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-