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 SummaryModifier and TypeMethodDescriptionawsAccountId(String awsAccountId) The ID for the Amazon Web Services account that you want to describe Quick Sight customizations for.The Quick Sight namespace that you want to describe Quick Sight customizations for.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.TheResolvedflag works with the other parameters to determine which view of Quick Sight customizations is returned.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.quicksight.model.QuickSightRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
awsAccountIdThe ID for the Amazon Web Services account that you want to describe Quick Sight customizations for. - Parameters:
- awsAccountId- The ID for the Amazon Web Services account that you want to describe Quick Sight customizations for.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
namespaceThe Quick Sight namespace that you want to describe Quick Sight customizations for. - Parameters:
- namespace- The Quick Sight namespace that you want to describe Quick Sight customizations for.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
resolvedThe Resolvedflag works with the other parameters to determine which view of Quick Sight customizations is returned. You can add this flag to your command to use the same view that Quick Sight 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- The- Resolvedflag works with the other parameters to determine which view of Quick Sight customizations is returned. You can add this flag to your command to use the same view that Quick Sight uses to identify which customizations to apply to the console. Omit this flag, or set it to- no-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.
 
- 
overrideConfigurationDescribeAccountCustomizationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationDescribeAccountCustomizationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-