public static interface ListCustomVocabularyItemsRequest.Builder extends LexModelsV2Request.Builder, SdkPojo, CopyableBuilder<ListCustomVocabularyItemsRequest.Builder,ListCustomVocabularyItemsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListCustomVocabularyItemsRequest.Builder |
botId(String botId)
The identifier of the version of the bot associated with this custom vocabulary.
|
ListCustomVocabularyItemsRequest.Builder |
botVersion(String botVersion)
The bot version of the bot to the list custom vocabulary request.
|
ListCustomVocabularyItemsRequest.Builder |
localeId(String localeId)
The identifier of the language and locale where this custom vocabulary is used.
|
ListCustomVocabularyItemsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of items returned by the list operation.
|
ListCustomVocabularyItemsRequest.Builder |
nextToken(String nextToken)
The nextToken identifier to the list custom vocabulary request.
|
ListCustomVocabularyItemsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListCustomVocabularyItemsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListCustomVocabularyItemsRequest.Builder botId(String botId)
The identifier of the version of the bot associated with this custom vocabulary.
botId - The identifier of the version of the bot associated with this custom vocabulary.ListCustomVocabularyItemsRequest.Builder botVersion(String botVersion)
The bot version of the bot to the list custom vocabulary request.
botVersion - The bot version of the bot to the list custom vocabulary request.ListCustomVocabularyItemsRequest.Builder localeId(String localeId)
The identifier of the language and locale where this custom vocabulary is used. The string must match one of the supported locales. For more information, see Supported languages (https://docs.aws.amazon.com/lexv2/latest/dg/how-languages.html).
localeId - The identifier of the language and locale where this custom vocabulary is used. The string must match
one of the supported locales. For more information, see Supported languages
(https://docs.aws.amazon.com/lexv2/latest/dg/how-languages.html).ListCustomVocabularyItemsRequest.Builder maxResults(Integer maxResults)
The maximum number of items returned by the list operation.
maxResults - The maximum number of items returned by the list operation.ListCustomVocabularyItemsRequest.Builder nextToken(String nextToken)
The nextToken identifier to the list custom vocabulary request.
nextToken - The nextToken identifier to the list custom vocabulary request.ListCustomVocabularyItemsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListCustomVocabularyItemsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.