Interface AssetBundleExportJobError.Builder

All Superinterfaces:
Buildable, CopyableBuilder<AssetBundleExportJobError.Builder,AssetBundleExportJobError>, SdkBuilder<AssetBundleExportJobError.Builder,AssetBundleExportJobError>, SdkPojo
Enclosing class:
AssetBundleExportJobError

public static interface AssetBundleExportJobError.Builder extends SdkPojo, CopyableBuilder<AssetBundleExportJobError.Builder,AssetBundleExportJobError>
  • Method Details

    • 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

      The specific error type of the error that occurred.

      Parameters:
      type - The specific error type of the error that occurred.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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.