Interface AssetBundleImportJobWarning.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AssetBundleImportJobWarning.Builder,AssetBundleImportJobWarning>,SdkBuilder<AssetBundleImportJobWarning.Builder,AssetBundleImportJobWarning>,SdkPojo
- Enclosing class:
- AssetBundleImportJobWarning
public static interface AssetBundleImportJobWarning.Builder extends SdkPojo, CopyableBuilder<AssetBundleImportJobWarning.Builder,AssetBundleImportJobWarning>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AssetBundleImportJobWarning.Builderarn(String arn)The ARN of the resource that the warning occurred for.AssetBundleImportJobWarning.Buildermessage(String message)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, sdkFields
-
-
-
-
Method Detail
-
arn
AssetBundleImportJobWarning.Builder arn(String 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
AssetBundleImportJobWarning.Builder message(String 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.
-
-