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