Interface DescribeAccountCustomizationRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DescribeAccountCustomizationRequest.Builder,DescribeAccountCustomizationRequest>,QuickSightRequest.Builder,SdkBuilder<DescribeAccountCustomizationRequest.Builder,DescribeAccountCustomizationRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DescribeAccountCustomizationRequest
@Mutable @NotThreadSafe public static interface DescribeAccountCustomizationRequest.Builder extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<DescribeAccountCustomizationRequest.Builder,DescribeAccountCustomizationRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeAccountCustomizationRequest.BuilderawsAccountId(String awsAccountId)The ID for the Amazon Web Services account that you want to describe QuickSight customizations for.DescribeAccountCustomizationRequest.Buildernamespace(String namespace)The QuickSight namespace that you want to describe QuickSight customizations for.DescribeAccountCustomizationRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeAccountCustomizationRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribeAccountCustomizationRequest.Builderresolved(Boolean resolved)TheResolvedflag works with the other parameters to determine which view of QuickSight customizations is returned.-
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
DescribeAccountCustomizationRequest.Builder awsAccountId(String awsAccountId)
The ID for the Amazon Web Services account that you want to describe QuickSight customizations for.
- Parameters:
awsAccountId- The ID for the Amazon Web Services account that you want to describe QuickSight customizations for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
namespace
DescribeAccountCustomizationRequest.Builder namespace(String namespace)
The QuickSight namespace that you want to describe QuickSight customizations for.
- Parameters:
namespace- The QuickSight namespace that you want to describe QuickSight customizations for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resolved
DescribeAccountCustomizationRequest.Builder resolved(Boolean resolved)
The
Resolvedflag works with the other parameters to determine which view of QuickSight customizations is returned. You can add this flag to your command to use the same view that QuickSight uses to identify which customizations to apply to the console. Omit this flag, or set it tono-resolved, to reveal customizations that are configured at different levels.- Parameters:
resolved- TheResolvedflag works with the other parameters to determine which view of QuickSight customizations is returned. You can add this flag to your command to use the same view that QuickSight uses to identify which customizations to apply to the console. Omit this flag, or set it tono-resolved, to reveal customizations that are configured at different levels.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeAccountCustomizationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeAccountCustomizationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-