Interface AssetBundleImportJobDashboardOverrideTags.Builder

    • Method Detail

      • dashboardIds

        AssetBundleImportJobDashboardOverrideTags.Builder dashboardIds​(Collection<String> dashboardIds)

        A list of dashboard IDs that you want to apply overrides to. You can use * to override all dashboards in this asset bundle.

        Parameters:
        dashboardIds - A list of dashboard IDs that you want to apply overrides to. You can use * to override all dashboards in this asset bundle.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dashboardIds

        AssetBundleImportJobDashboardOverrideTags.Builder dashboardIds​(String... dashboardIds)

        A list of dashboard IDs that you want to apply overrides to. You can use * to override all dashboards in this asset bundle.

        Parameters:
        dashboardIds - A list of dashboard IDs that you want to apply overrides to. You can use * to override all dashboards in this asset bundle.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

        AssetBundleImportJobDashboardOverrideTags.Builder tags​(Collection<Tag> tags)

        A list of tags for the dashboards that you want to apply overrides to.

        Parameters:
        tags - A list of tags for the dashboards that you want to apply overrides to.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

        AssetBundleImportJobDashboardOverrideTags.Builder tags​(Tag... tags)

        A list of tags for the dashboards that you want to apply overrides to.

        Parameters:
        tags - A list of tags for the dashboards that you want to apply overrides to.
        Returns:
        Returns a reference to this object so that method calls can be chained together.