Interface AssetBundleExportJobValidationStrategy.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AssetBundleExportJobValidationStrategy.Builder,AssetBundleExportJobValidationStrategy>,SdkBuilder<AssetBundleExportJobValidationStrategy.Builder,AssetBundleExportJobValidationStrategy>,SdkPojo
- Enclosing class:
- AssetBundleExportJobValidationStrategy
@Mutable @NotThreadSafe public static interface AssetBundleExportJobValidationStrategy.Builder extends SdkPojo, CopyableBuilder<AssetBundleExportJobValidationStrategy.Builder,AssetBundleExportJobValidationStrategy>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AssetBundleExportJobValidationStrategy.BuilderstrictModeForAllResources(Boolean strictModeForAllResources)A Boolean value that indicates whether to export resources under strict or lenient mode.-
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
-
strictModeForAllResources
AssetBundleExportJobValidationStrategy.Builder strictModeForAllResources(Boolean strictModeForAllResources)
A Boolean value that indicates whether to export resources under strict or lenient mode.
- Parameters:
strictModeForAllResources- A Boolean value that indicates whether to export resources under strict or lenient mode.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-