Uses of Interface
software.amazon.awssdk.services.qconnect.model.Document.Builder
-
Packages that use Document.Builder Package Description software.amazon.awssdk.services.qconnect.model -
-
Uses of Document.Builder in software.amazon.awssdk.services.qconnect.model
Methods in software.amazon.awssdk.services.qconnect.model that return Document.Builder Modifier and Type Method Description static Document.BuilderDocument. builder()default Document.BuilderDocument.Builder. contentReference(Consumer<ContentReference.Builder> contentReference)A reference to the content resource.Document.BuilderDocument.Builder. contentReference(ContentReference contentReference)A reference to the content resource.default Document.BuilderDocument.Builder. excerpt(Consumer<DocumentText.Builder> excerpt)The excerpt from the document.Document.BuilderDocument.Builder. excerpt(DocumentText excerpt)The excerpt from the document.default Document.BuilderDocument.Builder. title(Consumer<DocumentText.Builder> title)The title of the document.Document.BuilderDocument.Builder. title(DocumentText title)The title of the document.Document.BuilderDocument. toBuilder()Methods in software.amazon.awssdk.services.qconnect.model that return types with arguments of type Document.Builder Modifier and Type Method Description static Class<? extends Document.Builder>Document. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.qconnect.model with type arguments of type Document.Builder Modifier and Type Method Description default RecommendationData.BuilderRecommendationData.Builder. document(Consumer<Document.Builder> document)The recommended document.default ResultData.BuilderResultData.Builder. document(Consumer<Document.Builder> document)The document.
-