Uses of Interface
software.amazon.awssdk.services.qapps.model.ImportDocumentRequest.Builder
-
Packages that use ImportDocumentRequest.Builder Package Description software.amazon.awssdk.services.qapps The Amazon Q Apps feature capability within Amazon Q Business allows web experience users to create lightweight, purpose-built AI apps to fulfill specific tasks from within their web experience.software.amazon.awssdk.services.qapps.model -
-
Uses of ImportDocumentRequest.Builder in software.amazon.awssdk.services.qapps
Method parameters in software.amazon.awssdk.services.qapps with type arguments of type ImportDocumentRequest.Builder Modifier and Type Method Description default CompletableFuture<ImportDocumentResponse>QAppsAsyncClient. importDocument(Consumer<ImportDocumentRequest.Builder> importDocumentRequest)Uploads a file that can then be used either as a default in aFileUploadCardfrom Q App definition or as a file that is used inside a single Q App run.default ImportDocumentResponseQAppsClient. importDocument(Consumer<ImportDocumentRequest.Builder> importDocumentRequest)Uploads a file that can then be used either as a default in aFileUploadCardfrom Q App definition or as a file that is used inside a single Q App run. -
Uses of ImportDocumentRequest.Builder in software.amazon.awssdk.services.qapps.model
Methods in software.amazon.awssdk.services.qapps.model that return ImportDocumentRequest.Builder Modifier and Type Method Description ImportDocumentRequest.BuilderImportDocumentRequest.Builder. appId(String appId)The unique identifier of the Q App the file is associated with.static ImportDocumentRequest.BuilderImportDocumentRequest. builder()ImportDocumentRequest.BuilderImportDocumentRequest.Builder. cardId(String cardId)The unique identifier of the card the file is associated with, if applicable.ImportDocumentRequest.BuilderImportDocumentRequest.Builder. fileContentsBase64(String fileContentsBase64)The base64-encoded contents of the file to upload.ImportDocumentRequest.BuilderImportDocumentRequest.Builder. fileName(String fileName)The name of the file being uploaded.ImportDocumentRequest.BuilderImportDocumentRequest.Builder. instanceId(String instanceId)The unique identifier of the Amazon Q Business application environment instance.ImportDocumentRequest.BuilderImportDocumentRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ImportDocumentRequest.BuilderImportDocumentRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ImportDocumentRequest.BuilderImportDocumentRequest.Builder. scope(String scope)Whether the file is associated with an Q App definition or a specific Q App session.ImportDocumentRequest.BuilderImportDocumentRequest.Builder. scope(DocumentScope scope)Whether the file is associated with an Q App definition or a specific Q App session.ImportDocumentRequest.BuilderImportDocumentRequest.Builder. sessionId(String sessionId)The unique identifier of the Q App session the file is associated with, if applicable.ImportDocumentRequest.BuilderImportDocumentRequest. toBuilder()Methods in software.amazon.awssdk.services.qapps.model that return types with arguments of type ImportDocumentRequest.Builder Modifier and Type Method Description static Class<? extends ImportDocumentRequest.Builder>ImportDocumentRequest. serializableBuilderClass()
-