Uses of Interface
software.amazon.awssdk.services.qapps.model.AssociateQAppWithUserRequest.Builder
-
Packages that use AssociateQAppWithUserRequest.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 AssociateQAppWithUserRequest.Builder in software.amazon.awssdk.services.qapps
Method parameters in software.amazon.awssdk.services.qapps with type arguments of type AssociateQAppWithUserRequest.Builder Modifier and Type Method Description default CompletableFuture<AssociateQAppWithUserResponse>QAppsAsyncClient. associateQAppWithUser(Consumer<AssociateQAppWithUserRequest.Builder> associateQAppWithUserRequest)This operation creates a link between the user's identity calling the operation and a specific Q App.default AssociateQAppWithUserResponseQAppsClient. associateQAppWithUser(Consumer<AssociateQAppWithUserRequest.Builder> associateQAppWithUserRequest)This operation creates a link between the user's identity calling the operation and a specific Q App. -
Uses of AssociateQAppWithUserRequest.Builder in software.amazon.awssdk.services.qapps.model
Methods in software.amazon.awssdk.services.qapps.model that return AssociateQAppWithUserRequest.Builder Modifier and Type Method Description AssociateQAppWithUserRequest.BuilderAssociateQAppWithUserRequest.Builder. appId(String appId)The ID of the Amazon Q App to associate with the user.static AssociateQAppWithUserRequest.BuilderAssociateQAppWithUserRequest. builder()AssociateQAppWithUserRequest.BuilderAssociateQAppWithUserRequest.Builder. instanceId(String instanceId)The unique identifier of the Amazon Q Business application environment instance.AssociateQAppWithUserRequest.BuilderAssociateQAppWithUserRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)AssociateQAppWithUserRequest.BuilderAssociateQAppWithUserRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)AssociateQAppWithUserRequest.BuilderAssociateQAppWithUserRequest. toBuilder()Methods in software.amazon.awssdk.services.qapps.model that return types with arguments of type AssociateQAppWithUserRequest.Builder Modifier and Type Method Description static Class<? extends AssociateQAppWithUserRequest.Builder>AssociateQAppWithUserRequest. serializableBuilderClass()
-