Uses of Interface
software.amazon.awssdk.services.qconnect.model.DocumentText.Builder
-
Packages that use DocumentText.Builder Package Description software.amazon.awssdk.services.qconnect.model -
-
Uses of DocumentText.Builder in software.amazon.awssdk.services.qconnect.model
Methods in software.amazon.awssdk.services.qconnect.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.qconnect.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.qconnect.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 TextData.BuilderTextData.Builder. excerpt(Consumer<DocumentText.Builder> excerpt)Sets the value of the Excerpt property for this object.default Document.BuilderDocument.Builder. title(Consumer<DocumentText.Builder> title)The title of the document.default TextData.BuilderTextData.Builder. title(Consumer<DocumentText.Builder> title)Sets the value of the Title property for this object.
-