Uses of Interface
software.amazon.awssdk.services.qapps.model.CreateQAppRequest.Builder
-
Packages that use CreateQAppRequest.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 CreateQAppRequest.Builder in software.amazon.awssdk.services.qapps
Method parameters in software.amazon.awssdk.services.qapps with type arguments of type CreateQAppRequest.Builder Modifier and Type Method Description default CompletableFuture<CreateQAppResponse>QAppsAsyncClient. createQApp(Consumer<CreateQAppRequest.Builder> createQAppRequest)Creates a new Amazon Q App based on the provided definition.default CreateQAppResponseQAppsClient. createQApp(Consumer<CreateQAppRequest.Builder> createQAppRequest)Creates a new Amazon Q App based on the provided definition. -
Uses of CreateQAppRequest.Builder in software.amazon.awssdk.services.qapps.model
Methods in software.amazon.awssdk.services.qapps.model that return CreateQAppRequest.Builder Modifier and Type Method Description default CreateQAppRequest.BuilderCreateQAppRequest.Builder. appDefinition(Consumer<AppDefinitionInput.Builder> appDefinition)The definition of the new Q App, specifying the cards and flow.CreateQAppRequest.BuilderCreateQAppRequest.Builder. appDefinition(AppDefinitionInput appDefinition)The definition of the new Q App, specifying the cards and flow.static CreateQAppRequest.BuilderCreateQAppRequest. builder()CreateQAppRequest.BuilderCreateQAppRequest.Builder. description(String description)The description of the new Q App.CreateQAppRequest.BuilderCreateQAppRequest.Builder. instanceId(String instanceId)The unique identifier of the Amazon Q Business application environment instance.CreateQAppRequest.BuilderCreateQAppRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateQAppRequest.BuilderCreateQAppRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateQAppRequest.BuilderCreateQAppRequest.Builder. tags(Map<String,String> tags)Optional tags to associate with the new Q App.CreateQAppRequest.BuilderCreateQAppRequest.Builder. title(String title)The title of the new Q App.CreateQAppRequest.BuilderCreateQAppRequest. toBuilder()Methods in software.amazon.awssdk.services.qapps.model that return types with arguments of type CreateQAppRequest.Builder Modifier and Type Method Description static Class<? extends CreateQAppRequest.Builder>CreateQAppRequest. serializableBuilderClass()
-