Interface AssetBundleImportJobWarning.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AssetBundleImportJobWarning.Builder,
,AssetBundleImportJobWarning> SdkBuilder<AssetBundleImportJobWarning.Builder,
,AssetBundleImportJobWarning> SdkPojo
- Enclosing class:
AssetBundleImportJobWarning
@Mutable
@NotThreadSafe
public static interface AssetBundleImportJobWarning.Builder
extends SdkPojo, CopyableBuilder<AssetBundleImportJobWarning.Builder,AssetBundleImportJobWarning>
-
Method Summary
Modifier and TypeMethodDescriptionThe ARN of the resource that the warning occurred for.A description of the warning that occurred during an Asset Bundle import job.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 Details
-
arn
The ARN of the resource that the warning occurred for.
- Parameters:
arn
- The ARN of the resource that the warning occurred for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
message
A description of the warning that occurred during an Asset Bundle import job.
- Parameters:
message
- A description of the warning that occurred during an Asset Bundle import job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-