Uses of Interface
software.amazon.awssdk.services.kendra.model.ThesaurusSummary.Builder
-
Packages that use ThesaurusSummary.Builder Package Description software.amazon.awssdk.services.kendra.model -
-
Uses of ThesaurusSummary.Builder in software.amazon.awssdk.services.kendra.model
Methods in software.amazon.awssdk.services.kendra.model that return ThesaurusSummary.Builder Modifier and Type Method Description static ThesaurusSummary.BuilderThesaurusSummary. builder()ThesaurusSummary.BuilderThesaurusSummary.Builder. createdAt(Instant createdAt)The Unix timestamp when the thesaurus was created.ThesaurusSummary.BuilderThesaurusSummary.Builder. id(String id)The identifier of the thesaurus.ThesaurusSummary.BuilderThesaurusSummary.Builder. name(String name)The name of the thesaurus.ThesaurusSummary.BuilderThesaurusSummary.Builder. status(String status)The status of the thesaurus.ThesaurusSummary.BuilderThesaurusSummary.Builder. status(ThesaurusStatus status)The status of the thesaurus.ThesaurusSummary.BuilderThesaurusSummary. toBuilder()ThesaurusSummary.BuilderThesaurusSummary.Builder. updatedAt(Instant updatedAt)The Unix timestamp when the thesaurus was last updated.Methods in software.amazon.awssdk.services.kendra.model that return types with arguments of type ThesaurusSummary.Builder Modifier and Type Method Description static Class<? extends ThesaurusSummary.Builder>ThesaurusSummary. serializableBuilderClass()
-