Interface AnonymousUserDashboardEmbeddingConfiguration.Builder

All Superinterfaces:
Buildable, CopyableBuilder<AnonymousUserDashboardEmbeddingConfiguration.Builder,AnonymousUserDashboardEmbeddingConfiguration>, SdkBuilder<AnonymousUserDashboardEmbeddingConfiguration.Builder,AnonymousUserDashboardEmbeddingConfiguration>, SdkPojo
Enclosing class:
AnonymousUserDashboardEmbeddingConfiguration

public static interface AnonymousUserDashboardEmbeddingConfiguration.Builder extends SdkPojo, CopyableBuilder<AnonymousUserDashboardEmbeddingConfiguration.Builder,AnonymousUserDashboardEmbeddingConfiguration>
  • Method Details

    • initialDashboardId

      AnonymousUserDashboardEmbeddingConfiguration.Builder initialDashboardId(String initialDashboardId)

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

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

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

      The Amazon Resource Name (ARN) of this dashboard 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.