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 SummaryModifier and TypeMethodDescriptionstrictModeForAllResources(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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
strictModeForAllResourcesAssetBundleExportJobValidationStrategy.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.
 
 
-