Interface AssetBundleExportJobWarning.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AssetBundleExportJobWarning.Builder,AssetBundleExportJobWarning>,SdkBuilder<AssetBundleExportJobWarning.Builder,AssetBundleExportJobWarning>,SdkPojo
- Enclosing class:
- AssetBundleExportJobWarning
@Mutable @NotThreadSafe public static interface AssetBundleExportJobWarning.Builder extends SdkPojo, CopyableBuilder<AssetBundleExportJobWarning.Builder,AssetBundleExportJobWarning>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AssetBundleExportJobWarning.Builderarn(String arn)The ARN of the resource whose processing caused a warning.AssetBundleExportJobWarning.Buildermessage(String message)A description of the warning.-
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
AssetBundleExportJobWarning.Builder arn(String arn)
The ARN of the resource whose processing caused a warning.
- Parameters:
arn- The ARN of the resource whose processing caused a warning.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
message
AssetBundleExportJobWarning.Builder message(String message)
A description of the warning.
- Parameters:
message- A description of the warning.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-