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