public static interface SearchVocabulariesRequest.Builder extends ConnectRequest.Builder, SdkPojo, CopyableBuilder<SearchVocabulariesRequest.Builder,SearchVocabulariesRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildSearchVocabulariesRequest.Builder instanceId(String instanceId)
The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
instanceId - The identifier of the Amazon Connect instance. You can find the instance
ID in the Amazon Resource Name (ARN) of the instance.SearchVocabulariesRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return per page.
maxResults - The maximum number of results to return per page.SearchVocabulariesRequest.Builder nextToken(String nextToken)
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
nextToken - The token for the next set of results. Use the value returned in the previous response in the next
request to retrieve the next set of results.SearchVocabulariesRequest.Builder state(String state)
The current state of the custom vocabulary.
state - The current state of the custom vocabulary.VocabularyState,
VocabularyStateSearchVocabulariesRequest.Builder state(VocabularyState state)
The current state of the custom vocabulary.
state - The current state of the custom vocabulary.VocabularyState,
VocabularyStateSearchVocabulariesRequest.Builder nameStartsWith(String nameStartsWith)
The starting pattern of the name of the vocabulary.
nameStartsWith - The starting pattern of the name of the vocabulary.SearchVocabulariesRequest.Builder languageCode(String languageCode)
The language code of the vocabulary entries. For a list of languages and their corresponding language codes, see What is Amazon Transcribe?
languageCode - The language code of the vocabulary entries. For a list of languages and their corresponding language
codes, see What is
Amazon Transcribe?VocabularyLanguageCode,
VocabularyLanguageCodeSearchVocabulariesRequest.Builder languageCode(VocabularyLanguageCode languageCode)
The language code of the vocabulary entries. For a list of languages and their corresponding language codes, see What is Amazon Transcribe?
languageCode - The language code of the vocabulary entries. For a list of languages and their corresponding language
codes, see What is
Amazon Transcribe?VocabularyLanguageCode,
VocabularyLanguageCodeSearchVocabulariesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderSearchVocabulariesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.