| Package | Description |
|---|---|
| software.amazon.awssdk.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
VocabularySummary.Builder |
VocabularySummary.Builder.arn(String arn)
The Amazon Resource Name (ARN) of the custom vocabulary.
|
static VocabularySummary.Builder |
VocabularySummary.builder() |
VocabularySummary.Builder |
VocabularySummary.Builder.failureReason(String failureReason)
The reason why the custom vocabulary was not created.
|
VocabularySummary.Builder |
VocabularySummary.Builder.id(String id)
The identifier of the custom vocabulary.
|
VocabularySummary.Builder |
VocabularySummary.Builder.languageCode(String languageCode)
The language code of the vocabulary entries.
|
VocabularySummary.Builder |
VocabularySummary.Builder.languageCode(VocabularyLanguageCode languageCode)
The language code of the vocabulary entries.
|
VocabularySummary.Builder |
VocabularySummary.Builder.lastModifiedTime(Instant lastModifiedTime)
The timestamp when the custom vocabulary was last modified.
|
VocabularySummary.Builder |
VocabularySummary.Builder.name(String name)
A unique name of the custom vocabulary.
|
VocabularySummary.Builder |
VocabularySummary.Builder.state(String state)
The current state of the custom vocabulary.
|
VocabularySummary.Builder |
VocabularySummary.Builder.state(VocabularyState state)
The current state of the custom vocabulary.
|
VocabularySummary.Builder |
VocabularySummary.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends VocabularySummary.Builder> |
VocabularySummary.serializableBuilderClass() |
Copyright © 2022. All rights reserved.