Interface AssetBundleImportJobDataSourceOverrideTags.Builder

    • Method Detail

      • dataSourceIds

        AssetBundleImportJobDataSourceOverrideTags.Builder dataSourceIds​(Collection<String> dataSourceIds)

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

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

        AssetBundleImportJobDataSourceOverrideTags.Builder dataSourceIds​(String... dataSourceIds)

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

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

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

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

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

        AssetBundleImportJobDataSourceOverrideTags.Builder tags​(Tag... tags)

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

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