Interface AssetBundleImportJobAnalysisOverrideTags.Builder

    • Method Detail

      • analysisIds

        AssetBundleImportJobAnalysisOverrideTags.Builder analysisIds​(Collection<String> analysisIds)

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

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

        AssetBundleImportJobAnalysisOverrideTags.Builder analysisIds​(String... analysisIds)

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

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

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

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

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

        AssetBundleImportJobAnalysisOverrideTags.Builder tags​(Tag... tags)

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

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