Uses of Interface
software.amazon.awssdk.services.qapps.model.BatchCreateCategoryRequest.Builder
-
Packages that use BatchCreateCategoryRequest.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 BatchCreateCategoryRequest.Builder in software.amazon.awssdk.services.qapps
Method parameters in software.amazon.awssdk.services.qapps with type arguments of type BatchCreateCategoryRequest.Builder Modifier and Type Method Description default CompletableFuture<BatchCreateCategoryResponse>QAppsAsyncClient. batchCreateCategory(Consumer<BatchCreateCategoryRequest.Builder> batchCreateCategoryRequest)Creates Categories for the Amazon Q Business application environment instance.default BatchCreateCategoryResponseQAppsClient. batchCreateCategory(Consumer<BatchCreateCategoryRequest.Builder> batchCreateCategoryRequest)Creates Categories for the Amazon Q Business application environment instance. -
Uses of BatchCreateCategoryRequest.Builder in software.amazon.awssdk.services.qapps.model
Methods in software.amazon.awssdk.services.qapps.model that return BatchCreateCategoryRequest.Builder Modifier and Type Method Description static BatchCreateCategoryRequest.BuilderBatchCreateCategoryRequest. builder()BatchCreateCategoryRequest.BuilderBatchCreateCategoryRequest.Builder. categories(Collection<BatchCreateCategoryInputCategory> categories)The list of category objects to be createdBatchCreateCategoryRequest.BuilderBatchCreateCategoryRequest.Builder. categories(Consumer<BatchCreateCategoryInputCategory.Builder>... categories)The list of category objects to be createdBatchCreateCategoryRequest.BuilderBatchCreateCategoryRequest.Builder. categories(BatchCreateCategoryInputCategory... categories)The list of category objects to be createdBatchCreateCategoryRequest.BuilderBatchCreateCategoryRequest.Builder. instanceId(String instanceId)The unique identifier of the Amazon Q Business application environment instance.BatchCreateCategoryRequest.BuilderBatchCreateCategoryRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)BatchCreateCategoryRequest.BuilderBatchCreateCategoryRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)BatchCreateCategoryRequest.BuilderBatchCreateCategoryRequest. toBuilder()Methods in software.amazon.awssdk.services.qapps.model that return types with arguments of type BatchCreateCategoryRequest.Builder Modifier and Type Method Description static Class<? extends BatchCreateCategoryRequest.Builder>BatchCreateCategoryRequest. serializableBuilderClass()
-