Interface UpdateDefaultQBusinessApplicationRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<UpdateDefaultQBusinessApplicationRequest.Builder,
,UpdateDefaultQBusinessApplicationRequest> QuickSightRequest.Builder
,SdkBuilder<UpdateDefaultQBusinessApplicationRequest.Builder,
,UpdateDefaultQBusinessApplicationRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
UpdateDefaultQBusinessApplicationRequest
@Mutable
@NotThreadSafe
public static interface UpdateDefaultQBusinessApplicationRequest.Builder
extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<UpdateDefaultQBusinessApplicationRequest.Builder,UpdateDefaultQBusinessApplicationRequest>
-
Method Summary
Modifier and TypeMethodDescriptionapplicationId
(String applicationId) The ID of the Amazon Q Business application that you want to update.awsAccountId
(String awsAccountId) The ID of the Amazon QuickSight account that is connected to the Amazon Q Business application that you want to update.The Amazon QuickSight namespace that contains the linked Amazon Q Business application.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.quicksight.model.QuickSightRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
awsAccountId
The ID of the Amazon QuickSight account that is connected to the Amazon Q Business application that you want to update.
- Parameters:
awsAccountId
- The ID of the Amazon QuickSight account that is connected to the Amazon Q Business application that you want to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
namespace
The Amazon QuickSight namespace that contains the linked Amazon Q Business application. If this field is left blank, the default namespace is used. Currently, the default namespace is the only valid value for this parameter.
- Parameters:
namespace
- The Amazon QuickSight namespace that contains the linked Amazon Q Business application. If this field is left blank, the default namespace is used. Currently, the default namespace is the only valid value for this parameter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
applicationId
The ID of the Amazon Q Business application that you want to update.
- Parameters:
applicationId
- The ID of the Amazon Q Business application that you want to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateDefaultQBusinessApplicationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
UpdateDefaultQBusinessApplicationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-