Uses of Interface
software.amazon.awssdk.services.quicksight.model.UpdateDefaultQBusinessApplicationRequest.Builder
-
Packages that use UpdateDefaultQBusinessApplicationRequest.Builder Package Description software.amazon.awssdk.services.quicksight Amazon QuickSight API Reference software.amazon.awssdk.services.quicksight.model -
-
Uses of UpdateDefaultQBusinessApplicationRequest.Builder in software.amazon.awssdk.services.quicksight
Method parameters in software.amazon.awssdk.services.quicksight with type arguments of type UpdateDefaultQBusinessApplicationRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateDefaultQBusinessApplicationResponse>QuickSightAsyncClient. updateDefaultQBusinessApplication(Consumer<UpdateDefaultQBusinessApplicationRequest.Builder> updateDefaultQBusinessApplicationRequest)Updates a Amazon Q Business application that is linked to a QuickSight account.default UpdateDefaultQBusinessApplicationResponseQuickSightClient. updateDefaultQBusinessApplication(Consumer<UpdateDefaultQBusinessApplicationRequest.Builder> updateDefaultQBusinessApplicationRequest)Updates a Amazon Q Business application that is linked to a QuickSight account. -
Uses of UpdateDefaultQBusinessApplicationRequest.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return UpdateDefaultQBusinessApplicationRequest.Builder Modifier and Type Method Description UpdateDefaultQBusinessApplicationRequest.BuilderUpdateDefaultQBusinessApplicationRequest.Builder. applicationId(String applicationId)The ID of the Amazon Q Business application that you want to update.UpdateDefaultQBusinessApplicationRequest.BuilderUpdateDefaultQBusinessApplicationRequest.Builder. awsAccountId(String awsAccountId)The ID of the QuickSight account that is connected to the Amazon Q Business application that you want to update.static UpdateDefaultQBusinessApplicationRequest.BuilderUpdateDefaultQBusinessApplicationRequest. builder()UpdateDefaultQBusinessApplicationRequest.BuilderUpdateDefaultQBusinessApplicationRequest.Builder. namespace(String namespace)The QuickSight namespace that contains the linked Amazon Q Business application.UpdateDefaultQBusinessApplicationRequest.BuilderUpdateDefaultQBusinessApplicationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateDefaultQBusinessApplicationRequest.BuilderUpdateDefaultQBusinessApplicationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateDefaultQBusinessApplicationRequest.BuilderUpdateDefaultQBusinessApplicationRequest. toBuilder()Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type UpdateDefaultQBusinessApplicationRequest.Builder Modifier and Type Method Description static Class<? extends UpdateDefaultQBusinessApplicationRequest.Builder>UpdateDefaultQBusinessApplicationRequest. serializableBuilderClass()
-