Uses of Interface
software.amazon.awssdk.services.qapps.model.ListLibraryItemsRequest.Builder
-
Packages that use ListLibraryItemsRequest.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 ListLibraryItemsRequest.Builder in software.amazon.awssdk.services.qapps
-
Uses of ListLibraryItemsRequest.Builder in software.amazon.awssdk.services.qapps.model
Methods in software.amazon.awssdk.services.qapps.model that return ListLibraryItemsRequest.Builder Modifier and Type Method Description static ListLibraryItemsRequest.BuilderListLibraryItemsRequest. builder()ListLibraryItemsRequest.BuilderListLibraryItemsRequest.Builder. categoryId(String categoryId)Optional category to filter the library items by.ListLibraryItemsRequest.BuilderListLibraryItemsRequest.Builder. instanceId(String instanceId)The unique identifier of the Amazon Q Business application environment instance.ListLibraryItemsRequest.BuilderListLibraryItemsRequest.Builder. limit(Integer limit)The maximum number of library items to return in the response.ListLibraryItemsRequest.BuilderListLibraryItemsRequest.Builder. nextToken(String nextToken)The token to request the next page of results.ListLibraryItemsRequest.BuilderListLibraryItemsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListLibraryItemsRequest.BuilderListLibraryItemsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListLibraryItemsRequest.BuilderListLibraryItemsRequest. toBuilder()Methods in software.amazon.awssdk.services.qapps.model that return types with arguments of type ListLibraryItemsRequest.Builder Modifier and Type Method Description static Class<? extends ListLibraryItemsRequest.Builder>ListLibraryItemsRequest. serializableBuilderClass()
-