public static interface DescribeCustomVocabularyMetadataResponse.Builder extends LexModelsV2Response.Builder, SdkPojo, CopyableBuilder<DescribeCustomVocabularyMetadataResponse.Builder,DescribeCustomVocabularyMetadataResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeCustomVocabularyMetadataResponse.Builder |
botId(String botId)
The identifier of the bot that contains the custom vocabulary.
|
DescribeCustomVocabularyMetadataResponse.Builder |
botVersion(String botVersion)
The version of the bot that contains the custom vocabulary to describe.
|
DescribeCustomVocabularyMetadataResponse.Builder |
creationDateTime(Instant creationDateTime)
The date and time that the custom vocabulary was created.
|
DescribeCustomVocabularyMetadataResponse.Builder |
customVocabularyStatus(CustomVocabularyStatus customVocabularyStatus)
The status of the custom vocabulary.
|
DescribeCustomVocabularyMetadataResponse.Builder |
customVocabularyStatus(String customVocabularyStatus)
The status of the custom vocabulary.
|
DescribeCustomVocabularyMetadataResponse.Builder |
lastUpdatedDateTime(Instant lastUpdatedDateTime)
The date and time that the custom vocabulary was last updated.
|
DescribeCustomVocabularyMetadataResponse.Builder |
localeId(String localeId)
The locale that contains the custom vocabulary to describe.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeCustomVocabularyMetadataResponse.Builder botId(String botId)
The identifier of the bot that contains the custom vocabulary.
botId - The identifier of the bot that contains the custom vocabulary.DescribeCustomVocabularyMetadataResponse.Builder botVersion(String botVersion)
The version of the bot that contains the custom vocabulary to describe.
botVersion - The version of the bot that contains the custom vocabulary to describe.DescribeCustomVocabularyMetadataResponse.Builder localeId(String localeId)
The locale that contains the custom vocabulary to describe.
localeId - The locale that contains the custom vocabulary to describe.DescribeCustomVocabularyMetadataResponse.Builder customVocabularyStatus(String customVocabularyStatus)
The status of the custom vocabulary. If the status is Ready the custom vocabulary is ready to
use.
customVocabularyStatus - The status of the custom vocabulary. If the status is Ready the custom vocabulary is
ready to use.CustomVocabularyStatus,
CustomVocabularyStatusDescribeCustomVocabularyMetadataResponse.Builder customVocabularyStatus(CustomVocabularyStatus customVocabularyStatus)
The status of the custom vocabulary. If the status is Ready the custom vocabulary is ready to
use.
customVocabularyStatus - The status of the custom vocabulary. If the status is Ready the custom vocabulary is
ready to use.CustomVocabularyStatus,
CustomVocabularyStatusDescribeCustomVocabularyMetadataResponse.Builder creationDateTime(Instant creationDateTime)
The date and time that the custom vocabulary was created.
creationDateTime - The date and time that the custom vocabulary was created.DescribeCustomVocabularyMetadataResponse.Builder lastUpdatedDateTime(Instant lastUpdatedDateTime)
The date and time that the custom vocabulary was last updated.
lastUpdatedDateTime - The date and time that the custom vocabulary was last updated.Copyright © 2022. All rights reserved.