Interface AssetBundleImportJobError.Builder

    • Method Detail

      • arn

        AssetBundleImportJobError.Builder arn​(String arn)

        The ARN of the resource whose processing caused an error.

        Parameters:
        arn - The ARN of the resource whose processing caused an error.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • type

        AssetBundleImportJobError.Builder type​(String type)

        The specific error type or the error that occurred.

        Parameters:
        type - The specific error type or the error that occurred.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • message

        AssetBundleImportJobError.Builder message​(String message)

        A description of the error.

        Parameters:
        message - A description of the error.
        Returns:
        Returns a reference to this object so that method calls can be chained together.