Vocabulary.Builder |
Vocabulary.Builder.arn(String arn) |
The Amazon Resource Name (ARN) of the custom vocabulary.
|
static Vocabulary.Builder |
Vocabulary.builder() |
|
Vocabulary.Builder |
Vocabulary.Builder.content(String content) |
The content of the custom vocabulary in plain-text format with a table of values.
|
Vocabulary.Builder |
Vocabulary.Builder.failureReason(String failureReason) |
The reason why the custom vocabulary was not created.
|
Vocabulary.Builder |
Vocabulary.Builder.id(String id) |
The identifier of the custom vocabulary.
|
Vocabulary.Builder |
Vocabulary.Builder.languageCode(String languageCode) |
The language code of the vocabulary entries.
|
Vocabulary.Builder |
Vocabulary.Builder.languageCode(VocabularyLanguageCode languageCode) |
The language code of the vocabulary entries.
|
Vocabulary.Builder |
Vocabulary.Builder.lastModifiedTime(Instant lastModifiedTime) |
The timestamp when the custom vocabulary was last modified.
|
Vocabulary.Builder |
Vocabulary.Builder.name(String name) |
A unique name of the custom vocabulary.
|
Vocabulary.Builder |
Vocabulary.Builder.state(String state) |
The current state of the custom vocabulary.
|
Vocabulary.Builder |
Vocabulary.Builder.state(VocabularyState state) |
The current state of the custom vocabulary.
|
Vocabulary.Builder |
Vocabulary.Builder.tags(Map<String,String> tags) |
The tags used to organize, track, or control access for this resource.
|
Vocabulary.Builder |
Vocabulary.toBuilder() |
|