Interface AssetBundleExportJobError.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AssetBundleExportJobError.Builder,AssetBundleExportJobError>,SdkBuilder<AssetBundleExportJobError.Builder,AssetBundleExportJobError>,SdkPojo
- Enclosing class:
- AssetBundleExportJobError
@Mutable @NotThreadSafe public static interface AssetBundleExportJobError.Builder extends SdkPojo, CopyableBuilder<AssetBundleExportJobError.Builder,AssetBundleExportJobError>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AssetBundleExportJobError.Builderarn(String arn)The ARN of the resource whose processing caused an error.AssetBundleExportJobError.Buildermessage(String message)A description of the error.AssetBundleExportJobError.Buildertype(String type)The specific error type of the error that occurred.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
arn
AssetBundleExportJobError.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
AssetBundleExportJobError.Builder type(String 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
AssetBundleExportJobError.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.
-
-