Interface AssetBundleImportJobDataSetOverrideTags.Builder

    • Method Detail

      • dataSetIds

        AssetBundleImportJobDataSetOverrideTags.Builder dataSetIds​(Collection<String> dataSetIds)

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

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

        AssetBundleImportJobDataSetOverrideTags.Builder dataSetIds​(String... dataSetIds)

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

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

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

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

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

        AssetBundleImportJobDataSetOverrideTags.Builder tags​(Tag... tags)

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

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