Uses of Interface
software.amazon.awssdk.services.wisdom.model.DocumentText.Builder
-
Packages that use DocumentText.Builder Package Description software.amazon.awssdk.services.wisdom.model -
-
Uses of DocumentText.Builder in software.amazon.awssdk.services.wisdom.model
Methods in software.amazon.awssdk.services.wisdom.model that return DocumentText.Builder Modifier and Type Method Description static DocumentText.BuilderDocumentText. builder()DocumentText.BuilderDocumentText.Builder. highlights(Collection<Highlight> highlights)Highlights in the document text.DocumentText.BuilderDocumentText.Builder. highlights(Consumer<Highlight.Builder>... highlights)Highlights in the document text.DocumentText.BuilderDocumentText.Builder. highlights(Highlight... highlights)Highlights in the document text.DocumentText.BuilderDocumentText.Builder. text(String text)Text in the document.DocumentText.BuilderDocumentText. toBuilder()Methods in software.amazon.awssdk.services.wisdom.model that return types with arguments of type DocumentText.Builder Modifier and Type Method Description static Class<? extends DocumentText.Builder>DocumentText. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.wisdom.model with type arguments of type DocumentText.Builder Modifier and Type Method Description default Document.BuilderDocument.Builder. excerpt(Consumer<DocumentText.Builder> excerpt)The excerpt from the document.default Document.BuilderDocument.Builder. title(Consumer<DocumentText.Builder> title)The title of the document.
-