Uses of Interface
software.amazon.awssdk.services.qbusiness.model.DocumentContent.Builder
-
Packages that use DocumentContent.Builder Package Description software.amazon.awssdk.services.qbusiness.model -
-
Uses of DocumentContent.Builder in software.amazon.awssdk.services.qbusiness.model
Methods in software.amazon.awssdk.services.qbusiness.model that return DocumentContent.Builder Modifier and Type Method Description DocumentContent.BuilderDocumentContent.Builder. blob(SdkBytes blob)The contents of the document.static DocumentContent.BuilderDocumentContent. builder()default DocumentContent.BuilderDocumentContent.Builder. s3(Consumer<S3.Builder> s3)The path to the document in an Amazon S3 bucket.DocumentContent.BuilderDocumentContent.Builder. s3(S3 s3)The path to the document in an Amazon S3 bucket.DocumentContent.BuilderDocumentContent. toBuilder()Methods in software.amazon.awssdk.services.qbusiness.model that return types with arguments of type DocumentContent.Builder Modifier and Type Method Description static Class<? extends DocumentContent.Builder>DocumentContent. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.qbusiness.model with type arguments of type DocumentContent.Builder Modifier and Type Method Description default Document.BuilderDocument.Builder. content(Consumer<DocumentContent.Builder> content)The contents of the document.
-