Interface RegisteredUserDashboardVisualEmbeddingConfiguration.Builder

    • Method Detail

      • initialDashboardVisualId

        RegisteredUserDashboardVisualEmbeddingConfiguration.Builder initialDashboardVisualId​(DashboardVisualId initialDashboardVisualId)

        The visual ID for the visual that you want the user to embed. This ID is included in the output URL. When the URL in response is accessed, 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 embed. This ID is included in the output URL. When the URL in response is accessed, 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.