Interface DescribeAccountCustomizationRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<DescribeAccountCustomizationRequest.Builder,DescribeAccountCustomizationRequest>, QuickSightRequest.Builder, SdkBuilder<DescribeAccountCustomizationRequest.Builder,DescribeAccountCustomizationRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
DescribeAccountCustomizationRequest

  • Method Details

    • awsAccountId

      The ID for the Amazon Web Services account that you want to describe Amazon QuickSight customizations for.

      Parameters:
      awsAccountId - The ID for the Amazon Web Services account that you want to describe Amazon QuickSight customizations for.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • namespace

      The Amazon QuickSight namespace that you want to describe Amazon QuickSight customizations for.

      Parameters:
      namespace - The Amazon QuickSight namespace that you want to describe Amazon QuickSight customizations for.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • resolved

      The Resolved flag works with the other parameters to determine which view of Amazon QuickSight customizations is returned. You can add this flag to your command to use the same view that Amazon QuickSight 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.

      Parameters:
      resolved - The Resolved flag works with the other parameters to determine which view of Amazon QuickSight customizations is returned. You can add this flag to your command to use the same view that Amazon QuickSight 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.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.