public static interface ListMedicalVocabulariesRequest.Builder extends TranscribeRequest.Builder, SdkPojo, CopyableBuilder<ListMedicalVocabulariesRequest.Builder,ListMedicalVocabulariesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListMedicalVocabulariesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of vocabularies to return in the response.
|
ListMedicalVocabulariesRequest.Builder |
nameContains(String nameContains)
Returns vocabularies whose names contain the specified string.
|
ListMedicalVocabulariesRequest.Builder |
nextToken(String nextToken)
If the result of your previous request to
ListMedicalVocabularies was truncated, include the
NextToken to fetch the next set of vocabularies. |
ListMedicalVocabulariesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListMedicalVocabulariesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListMedicalVocabulariesRequest.Builder |
stateEquals(String stateEquals)
When specified, returns only vocabularies with the
VocabularyState equal to the specified
vocabulary state. |
ListMedicalVocabulariesRequest.Builder |
stateEquals(VocabularyState stateEquals)
When specified, returns only vocabularies with the
VocabularyState equal to the specified
vocabulary state. |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListMedicalVocabulariesRequest.Builder nextToken(String nextToken)
If the result of your previous request to ListMedicalVocabularies was truncated, include the
NextToken to fetch the next set of vocabularies.
nextToken - If the result of your previous request to ListMedicalVocabularies was truncated, include
the NextToken to fetch the next set of vocabularies.ListMedicalVocabulariesRequest.Builder maxResults(Integer maxResults)
The maximum number of vocabularies to return in the response.
maxResults - The maximum number of vocabularies to return in the response.ListMedicalVocabulariesRequest.Builder stateEquals(String stateEquals)
When specified, returns only vocabularies with the VocabularyState equal to the specified
vocabulary state. Use this field to see which vocabularies are ready for your medical transcription jobs.
stateEquals - When specified, returns only vocabularies with the VocabularyState equal to the specified
vocabulary state. Use this field to see which vocabularies are ready for your medical transcription
jobs.VocabularyState,
VocabularyStateListMedicalVocabulariesRequest.Builder stateEquals(VocabularyState stateEquals)
When specified, returns only vocabularies with the VocabularyState equal to the specified
vocabulary state. Use this field to see which vocabularies are ready for your medical transcription jobs.
stateEquals - When specified, returns only vocabularies with the VocabularyState equal to the specified
vocabulary state. Use this field to see which vocabularies are ready for your medical transcription
jobs.VocabularyState,
VocabularyStateListMedicalVocabulariesRequest.Builder nameContains(String nameContains)
Returns vocabularies whose names contain the specified string. The search is not case sensitive.
ListMedicalVocabularies returns both "vocabularyname" and "
VocabularyName".
nameContains - Returns vocabularies whose names contain the specified string. The search is not case sensitive.
ListMedicalVocabularies returns both "vocabularyname" and "
VocabularyName".ListMedicalVocabulariesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListMedicalVocabulariesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.