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 Quick Sight account that is connected to the Amazon Q Business application that you want to update.The Quick Sight 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
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.quicksight.model.QuickSightRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
awsAccountId
The ID of the Quick Sight account that is connected to the Amazon Q Business application that you want to update.
- Parameters:
awsAccountId- The ID of the Quick Sight 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 Quick Sight 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 Quick Sight 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.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin 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.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-