public static interface ListMedicalVocabulariesResponse.Builder extends TranscribeResponse.Builder, SdkPojo, CopyableBuilder<ListMedicalVocabulariesResponse.Builder,ListMedicalVocabulariesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListMedicalVocabulariesResponse.Builder |
nextToken(String nextToken)
The
ListMedicalVocabularies operation returns a page of vocabularies at a time. |
ListMedicalVocabulariesResponse.Builder |
status(String status)
The requested vocabulary state.
|
ListMedicalVocabulariesResponse.Builder |
status(VocabularyState status)
The requested vocabulary state.
|
ListMedicalVocabulariesResponse.Builder |
vocabularies(Collection<VocabularyInfo> vocabularies)
A list of objects that describe the vocabularies that match your search criteria.
|
ListMedicalVocabulariesResponse.Builder |
vocabularies(Consumer<VocabularyInfo.Builder>... vocabularies)
A list of objects that describe the vocabularies that match your search criteria.
|
ListMedicalVocabulariesResponse.Builder |
vocabularies(VocabularyInfo... vocabularies)
A list of objects that describe the vocabularies that match your search criteria.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListMedicalVocabulariesResponse.Builder status(String status)
The requested vocabulary state.
status - The requested vocabulary state.VocabularyState,
VocabularyStateListMedicalVocabulariesResponse.Builder status(VocabularyState status)
The requested vocabulary state.
status - The requested vocabulary state.VocabularyState,
VocabularyStateListMedicalVocabulariesResponse.Builder nextToken(String nextToken)
The ListMedicalVocabularies operation returns a page of vocabularies at a time. You set the
maximum number of vocabularies to return on a page with the MaxResults parameter. If there are
more jobs in the list will fit on a page, Amazon Transcribe Medical returns the NextPage token.
To return the next page of vocabularies, include the token in the next request to the
ListMedicalVocabularies operation .
nextToken - The ListMedicalVocabularies operation returns a page of vocabularies at a time. You set
the maximum number of vocabularies to return on a page with the MaxResults parameter. If
there are more jobs in the list will fit on a page, Amazon Transcribe Medical returns the
NextPage token. To return the next page of vocabularies, include the token in the next
request to the ListMedicalVocabularies operation .ListMedicalVocabulariesResponse.Builder vocabularies(Collection<VocabularyInfo> vocabularies)
A list of objects that describe the vocabularies that match your search criteria.
vocabularies - A list of objects that describe the vocabularies that match your search criteria.ListMedicalVocabulariesResponse.Builder vocabularies(VocabularyInfo... vocabularies)
A list of objects that describe the vocabularies that match your search criteria.
vocabularies - A list of objects that describe the vocabularies that match your search criteria.ListMedicalVocabulariesResponse.Builder vocabularies(Consumer<VocabularyInfo.Builder>... vocabularies)
A list of objects that describe the vocabularies that match your search criteria.
This is a convenience that creates an instance of theList.Builder avoiding the need
to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #vocabularies(List) .vocabularies - a consumer that will call methods on List.Builder #vocabularies(List) Copyright © 2021. All rights reserved.