Interface DeleteDefaultQBusinessApplicationRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DeleteDefaultQBusinessApplicationRequest.Builder,DeleteDefaultQBusinessApplicationRequest>,QuickSightRequest.Builder,SdkBuilder<DeleteDefaultQBusinessApplicationRequest.Builder,DeleteDefaultQBusinessApplicationRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DeleteDefaultQBusinessApplicationRequest
@Mutable @NotThreadSafe public static interface DeleteDefaultQBusinessApplicationRequest.Builder extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<DeleteDefaultQBusinessApplicationRequest.Builder,DeleteDefaultQBusinessApplicationRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteDefaultQBusinessApplicationRequest.BuilderawsAccountId(String awsAccountId)The ID of the QuickSight account that you want to disconnect from a Amazon Q Business application.DeleteDefaultQBusinessApplicationRequest.Buildernamespace(String namespace)The QuickSight namespace that you want to delete a linked Amazon Q Business application from.DeleteDefaultQBusinessApplicationRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteDefaultQBusinessApplicationRequest.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
DeleteDefaultQBusinessApplicationRequest.Builder awsAccountId(String awsAccountId)
The ID of the QuickSight account that you want to disconnect from a Amazon Q Business application.
- Parameters:
awsAccountId- The ID of the QuickSight account that you want to disconnect from a Amazon Q Business application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
namespace
DeleteDefaultQBusinessApplicationRequest.Builder namespace(String namespace)
The QuickSight namespace that you want to delete a linked Amazon Q Business application from. If this field is left blank, the Amazon Q Business application is deleted from the default namespace. Currently, the default namespace is the only valid value for this parameter.
- Parameters:
namespace- The QuickSight namespace that you want to delete a linked Amazon Q Business application from. If this field is left blank, the Amazon Q Business application is deleted from the default namespace. 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.
-
overrideConfiguration
DeleteDefaultQBusinessApplicationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeleteDefaultQBusinessApplicationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-