Interface DescribeAccountCustomizationRequest.Builder

    • Method Detail

      • awsAccountId

        DescribeAccountCustomizationRequest.Builder awsAccountId​(String 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

        DescribeAccountCustomizationRequest.Builder namespace​(String 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

        DescribeAccountCustomizationRequest.Builder resolved​(Boolean 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.