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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateDefaultQBusinessApplicationRequest.BuilderapplicationId(String applicationId)The ID of the Amazon Q Business application that you want to update.UpdateDefaultQBusinessApplicationRequest.BuilderawsAccountId(String awsAccountId)The ID of the QuickSight account that is connected to the Amazon Q Business application that you want to update.UpdateDefaultQBusinessApplicationRequest.Buildernamespace(String namespace)The QuickSight namespace that contains the linked Amazon Q Business application.UpdateDefaultQBusinessApplicationRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateDefaultQBusinessApplicationRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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 Detail
-
awsAccountId
UpdateDefaultQBusinessApplicationRequest.Builder awsAccountId(String awsAccountId)
The ID of the QuickSight account that is connected to the Amazon Q Business application that you want to update.
- Parameters:
awsAccountId- The ID of the 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
UpdateDefaultQBusinessApplicationRequest.Builder namespace(String namespace)
The 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 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
UpdateDefaultQBusinessApplicationRequest.Builder applicationId(String 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateDefaultQBusinessApplicationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-