public static interface DescribeCustomVocabularyMetadataRequest.Builder extends LexModelsV2Request.Builder, SdkPojo, CopyableBuilder<DescribeCustomVocabularyMetadataRequest.Builder,DescribeCustomVocabularyMetadataRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeCustomVocabularyMetadataRequest.Builder |
botId(String botId)
The unique identifier of the bot that contains the custom vocabulary.
|
DescribeCustomVocabularyMetadataRequest.Builder |
botVersion(String botVersion)
The bot version of the bot to return metadata for.
|
DescribeCustomVocabularyMetadataRequest.Builder |
localeId(String localeId)
The locale to return the custom vocabulary information for.
|
DescribeCustomVocabularyMetadataRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeCustomVocabularyMetadataRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeCustomVocabularyMetadataRequest.Builder botId(String botId)
The unique identifier of the bot that contains the custom vocabulary.
botId - The unique identifier of the bot that contains the custom vocabulary.DescribeCustomVocabularyMetadataRequest.Builder botVersion(String botVersion)
The bot version of the bot to return metadata for.
botVersion - The bot version of the bot to return metadata for.DescribeCustomVocabularyMetadataRequest.Builder localeId(String localeId)
The locale to return the custom vocabulary information for. The locale must be en_GB.
localeId - The locale to return the custom vocabulary information for. The locale must be en_GB.DescribeCustomVocabularyMetadataRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeCustomVocabularyMetadataRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.