| Package | Description |
|---|---|
| software.amazon.awssdk.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
static ThesaurusSummary.Builder |
ThesaurusSummary.builder() |
ThesaurusSummary.Builder |
ThesaurusSummary.Builder.createdAt(Instant createdAt)
The Unix datetime that the thesaurus was created.
|
ThesaurusSummary.Builder |
ThesaurusSummary.Builder.id(String id)
The identifier of the thesaurus.
|
ThesaurusSummary.Builder |
ThesaurusSummary.Builder.name(String name)
The name of the thesaurus.
|
ThesaurusSummary.Builder |
ThesaurusSummary.Builder.status(String status)
The status of the thesaurus.
|
ThesaurusSummary.Builder |
ThesaurusSummary.Builder.status(ThesaurusStatus status)
The status of the thesaurus.
|
ThesaurusSummary.Builder |
ThesaurusSummary.toBuilder() |
ThesaurusSummary.Builder |
ThesaurusSummary.Builder.updatedAt(Instant updatedAt)
The Unix datetime that the thesaurus was last updated.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ThesaurusSummary.Builder> |
ThesaurusSummary.serializableBuilderClass() |
Copyright © 2021. All rights reserved.