Uses of Interface
software.amazon.awssdk.services.qapps.model.CreateLibraryItemRequest.Builder
-
Packages that use CreateLibraryItemRequest.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 CreateLibraryItemRequest.Builder in software.amazon.awssdk.services.qapps
Method parameters in software.amazon.awssdk.services.qapps with type arguments of type CreateLibraryItemRequest.Builder Modifier and Type Method Description default CompletableFuture<CreateLibraryItemResponse>QAppsAsyncClient. createLibraryItem(Consumer<CreateLibraryItemRequest.Builder> createLibraryItemRequest)Creates a new library item for an Amazon Q App, allowing it to be discovered and used by other allowed users.default CreateLibraryItemResponseQAppsClient. createLibraryItem(Consumer<CreateLibraryItemRequest.Builder> createLibraryItemRequest)Creates a new library item for an Amazon Q App, allowing it to be discovered and used by other allowed users. -
Uses of CreateLibraryItemRequest.Builder in software.amazon.awssdk.services.qapps.model
Methods in software.amazon.awssdk.services.qapps.model that return CreateLibraryItemRequest.Builder Modifier and Type Method Description CreateLibraryItemRequest.BuilderCreateLibraryItemRequest.Builder. appId(String appId)The unique identifier of the Amazon Q App to publish to the library.CreateLibraryItemRequest.BuilderCreateLibraryItemRequest.Builder. appVersion(Integer appVersion)The version of the Amazon Q App to publish to the library.static CreateLibraryItemRequest.BuilderCreateLibraryItemRequest. builder()CreateLibraryItemRequest.BuilderCreateLibraryItemRequest.Builder. categories(String... categories)The categories to associate with the library item for easier discovery.CreateLibraryItemRequest.BuilderCreateLibraryItemRequest.Builder. categories(Collection<String> categories)The categories to associate with the library item for easier discovery.CreateLibraryItemRequest.BuilderCreateLibraryItemRequest.Builder. instanceId(String instanceId)The unique identifier of the Amazon Q Business application environment instance.CreateLibraryItemRequest.BuilderCreateLibraryItemRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateLibraryItemRequest.BuilderCreateLibraryItemRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateLibraryItemRequest.BuilderCreateLibraryItemRequest. toBuilder()Methods in software.amazon.awssdk.services.qapps.model that return types with arguments of type CreateLibraryItemRequest.Builder Modifier and Type Method Description static Class<? extends CreateLibraryItemRequest.Builder>CreateLibraryItemRequest. serializableBuilderClass()
-