Interface AnonymousUserDashboardVisualEmbeddingConfiguration.Builder

    • Method Detail

      • initialDashboardVisualId

        AnonymousUserDashboardVisualEmbeddingConfiguration.Builder initialDashboardVisualId​(DashboardVisualId initialDashboardVisualId)

        The visual ID for the visual that you want the user to see. This ID is included in the output URL. When the URL in response is accessed, Amazon QuickSight renders this visual.

        The Amazon Resource Name (ARN) of the dashboard that the visual belongs to must be included in the AuthorizedResourceArns parameter. Otherwise, the request will fail with InvalidParameterValueException.

        Parameters:
        initialDashboardVisualId - The visual ID for the visual that you want the user to see. This ID is included in the output URL. When the URL in response is accessed, Amazon QuickSight renders this visual.

        The Amazon Resource Name (ARN) of the dashboard that the visual belongs to must be included in the AuthorizedResourceArns parameter. Otherwise, the request will fail with InvalidParameterValueException.

        Returns:
        Returns a reference to this object so that method calls can be chained together.