static CreateVocabularyRequest.Builder |
CreateVocabularyRequest.builder() |
|
CreateVocabularyRequest.Builder |
CreateVocabularyRequest.Builder.clientToken(String clientToken) |
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
CreateVocabularyRequest.Builder |
CreateVocabularyRequest.Builder.content(String content) |
The content of the custom vocabulary in plain-text format with a table of values.
|
CreateVocabularyRequest.Builder |
CreateVocabularyRequest.Builder.instanceId(String instanceId) |
The identifier of the Amazon Connect instance.
|
CreateVocabularyRequest.Builder |
CreateVocabularyRequest.Builder.languageCode(String languageCode) |
The language code of the vocabulary entries.
|
CreateVocabularyRequest.Builder |
CreateVocabularyRequest.Builder.languageCode(VocabularyLanguageCode languageCode) |
The language code of the vocabulary entries.
|
CreateVocabularyRequest.Builder |
CreateVocabularyRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateVocabularyRequest.Builder |
CreateVocabularyRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
CreateVocabularyRequest.Builder |
CreateVocabularyRequest.Builder.tags(Map<String,String> tags) |
The tags used to organize, track, or control access for this resource.
|
CreateVocabularyRequest.Builder |
CreateVocabularyRequest.toBuilder() |
|
CreateVocabularyRequest.Builder |
CreateVocabularyRequest.Builder.vocabularyName(String vocabularyName) |
A unique name of the custom vocabulary.
|