public static interface AssetBundleExportJobError.Builder extends SdkPojo, CopyableBuilder<AssetBundleExportJobError.Builder,AssetBundleExportJobError>
| Modifier and Type | Method and Description |
|---|---|
AssetBundleExportJobError.Builder |
arn(String arn)
The ARN of the resource whose processing caused an error.
|
AssetBundleExportJobError.Builder |
message(String message)
A description of the error.
|
AssetBundleExportJobError.Builder |
type(String type)
The specific error type of the error that occurred.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAssetBundleExportJobError.Builder arn(String arn)
The ARN of the resource whose processing caused an error.
arn - The ARN of the resource whose processing caused an error.AssetBundleExportJobError.Builder type(String type)
The specific error type of the error that occurred.
type - The specific error type of the error that occurred.AssetBundleExportJobError.Builder message(String message)
A description of the error.
message - A description of the error.Copyright © 2023. All rights reserved.