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
Modifier and TypeMethodDescriptionawsAccountId(String awsAccountId) The ID of the Quick Sight account that is linked to the Amazon Q Business application that you want described.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 linked to the Amazon Q Business application that you want described.
- Parameters:
awsAccountId- The ID of the Quick Sight 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
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.
-
overrideConfiguration
DescribeDefaultQBusinessApplicationRequest.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
DescribeDefaultQBusinessApplicationRequest.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.
-