Interface ListMedicalVocabulariesResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<ListMedicalVocabulariesResponse.Builder,,- ListMedicalVocabulariesResponse> - SdkBuilder<ListMedicalVocabulariesResponse.Builder,,- ListMedicalVocabulariesResponse> - SdkPojo,- SdkResponse.Builder,- TranscribeResponse.Builder
- Enclosing class:
- ListMedicalVocabulariesResponse
- 
Method SummaryModifier and TypeMethodDescriptionIfNextTokenis present in your response, it indicates that not all results are displayed.Lists all custom medical vocabularies that have the status specified in your request.status(VocabularyState status) Lists all custom medical vocabularies that have the status specified in your request.vocabularies(Collection<VocabularyInfo> vocabularies) Provides information about the custom medical vocabularies that match the criteria specified in your request.vocabularies(Consumer<VocabularyInfo.Builder>... vocabularies) Provides information about the custom medical vocabularies that match the criteria specified in your request.vocabularies(VocabularyInfo... vocabularies) Provides information about the custom medical vocabularies that match the criteria specified in your request.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- 
statusLists all custom medical vocabularies that have the status specified in your request. Custom vocabularies are ordered by creation date, with the newest vocabulary first. - Parameters:
- status- Lists all custom medical vocabularies that have the status specified in your request. Custom vocabularies are ordered by creation date, with the newest vocabulary first.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
statusLists all custom medical vocabularies that have the status specified in your request. Custom vocabularies are ordered by creation date, with the newest vocabulary first. - Parameters:
- status- Lists all custom medical vocabularies that have the status specified in your request. Custom vocabularies are ordered by creation date, with the newest vocabulary first.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
nextTokenIf NextTokenis present in your response, it indicates that not all results are displayed. To view the next set of results, copy the string associated with theNextTokenparameter in your results output, then run your request again includingNextTokenwith the value of the copied string. Repeat as needed to view all your results.- Parameters:
- nextToken- If- NextTokenis present in your response, it indicates that not all results are displayed. To view the next set of results, copy the string associated with the- NextTokenparameter in your results output, then run your request again including- NextTokenwith the value of the copied string. Repeat as needed to view all your results.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
vocabulariesProvides information about the custom medical vocabularies that match the criteria specified in your request. - Parameters:
- vocabularies- Provides information about the custom medical vocabularies that match the criteria specified in your request.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
vocabulariesProvides information about the custom medical vocabularies that match the criteria specified in your request. - Parameters:
- vocabularies- Provides information about the custom medical vocabularies that match the criteria specified in your request.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
vocabulariesListMedicalVocabulariesResponse.Builder vocabularies(Consumer<VocabularyInfo.Builder>... vocabularies) Provides information about the custom medical vocabularies that match the criteria specified in your request. This is a convenience method that creates an instance of theVocabularyInfo.Builderavoiding the need to create one manually viaVocabularyInfo.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tovocabularies(List<VocabularyInfo>).- Parameters:
- vocabularies- a consumer that will call methods on- VocabularyInfo.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-