public static interface VocabularyFilterInfo.Builder extends SdkPojo, CopyableBuilder<VocabularyFilterInfo.Builder,VocabularyFilterInfo>
| Modifier and Type | Method and Description |
|---|---|
VocabularyFilterInfo.Builder |
languageCode(LanguageCode languageCode)
The language code of the words in the vocabulary filter.
|
VocabularyFilterInfo.Builder |
languageCode(String languageCode)
The language code of the words in the vocabulary filter.
|
VocabularyFilterInfo.Builder |
lastModifiedTime(Instant lastModifiedTime)
The date and time that the vocabulary was last updated.
|
VocabularyFilterInfo.Builder |
vocabularyFilterName(String vocabularyFilterName)
The name of the vocabulary filter.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildVocabularyFilterInfo.Builder vocabularyFilterName(String vocabularyFilterName)
The name of the vocabulary filter. The name must be unique in the account that holds the filter.
vocabularyFilterName - The name of the vocabulary filter. The name must be unique in the account that holds the filter.VocabularyFilterInfo.Builder languageCode(String languageCode)
The language code of the words in the vocabulary filter.
languageCode - The language code of the words in the vocabulary filter.LanguageCode,
LanguageCodeVocabularyFilterInfo.Builder languageCode(LanguageCode languageCode)
The language code of the words in the vocabulary filter.
languageCode - The language code of the words in the vocabulary filter.LanguageCode,
LanguageCodeVocabularyFilterInfo.Builder lastModifiedTime(Instant lastModifiedTime)
The date and time that the vocabulary was last updated.
lastModifiedTime - The date and time that the vocabulary was last updated.Copyright © 2020. All rights reserved.