Interface AssetBundleImportJobResourceIdOverrideConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AssetBundleImportJobResourceIdOverrideConfiguration.Builder,AssetBundleImportJobResourceIdOverrideConfiguration>,SdkBuilder<AssetBundleImportJobResourceIdOverrideConfiguration.Builder,AssetBundleImportJobResourceIdOverrideConfiguration>,SdkPojo
- Enclosing class:
- AssetBundleImportJobResourceIdOverrideConfiguration
@Mutable @NotThreadSafe public static interface AssetBundleImportJobResourceIdOverrideConfiguration.Builder extends SdkPojo, CopyableBuilder<AssetBundleImportJobResourceIdOverrideConfiguration.Builder,AssetBundleImportJobResourceIdOverrideConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AssetBundleImportJobResourceIdOverrideConfiguration.BuilderprefixForAllResources(String prefixForAllResources)An option to request a CloudFormation variable for a prefix to be prepended to each resource's ID before import.-
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
-
prefixForAllResources
AssetBundleImportJobResourceIdOverrideConfiguration.Builder prefixForAllResources(String prefixForAllResources)
An option to request a CloudFormation variable for a prefix to be prepended to each resource's ID before import. The prefix is only added to the asset IDs and does not change the name of the asset.
- Parameters:
prefixForAllResources- An option to request a CloudFormation variable for a prefix to be prepended to each resource's ID before import. The prefix is only added to the asset IDs and does not change the name of the asset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-