Uses of Interface
software.amazon.awssdk.services.qapps.model.AssociateLibraryItemReviewRequest.Builder
-
Packages that use AssociateLibraryItemReviewRequest.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 AssociateLibraryItemReviewRequest.Builder in software.amazon.awssdk.services.qapps
Method parameters in software.amazon.awssdk.services.qapps with type arguments of type AssociateLibraryItemReviewRequest.Builder Modifier and Type Method Description default CompletableFuture<AssociateLibraryItemReviewResponse>QAppsAsyncClient. associateLibraryItemReview(Consumer<AssociateLibraryItemReviewRequest.Builder> associateLibraryItemReviewRequest)Associates a rating or review for a library item with the user submitting the request.default AssociateLibraryItemReviewResponseQAppsClient. associateLibraryItemReview(Consumer<AssociateLibraryItemReviewRequest.Builder> associateLibraryItemReviewRequest)Associates a rating or review for a library item with the user submitting the request. -
Uses of AssociateLibraryItemReviewRequest.Builder in software.amazon.awssdk.services.qapps.model
Methods in software.amazon.awssdk.services.qapps.model that return AssociateLibraryItemReviewRequest.Builder Modifier and Type Method Description static AssociateLibraryItemReviewRequest.BuilderAssociateLibraryItemReviewRequest. builder()AssociateLibraryItemReviewRequest.BuilderAssociateLibraryItemReviewRequest.Builder. instanceId(String instanceId)The unique identifier for the Amazon Q Business application environment instance.AssociateLibraryItemReviewRequest.BuilderAssociateLibraryItemReviewRequest.Builder. libraryItemId(String libraryItemId)The unique identifier of the library item to associate the review with.AssociateLibraryItemReviewRequest.BuilderAssociateLibraryItemReviewRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)AssociateLibraryItemReviewRequest.BuilderAssociateLibraryItemReviewRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)AssociateLibraryItemReviewRequest.BuilderAssociateLibraryItemReviewRequest. toBuilder()Methods in software.amazon.awssdk.services.qapps.model that return types with arguments of type AssociateLibraryItemReviewRequest.Builder Modifier and Type Method Description static Class<? extends AssociateLibraryItemReviewRequest.Builder>AssociateLibraryItemReviewRequest. serializableBuilderClass()
-