Uses of Class
software.amazon.awscdk.core.AssetStaging.Builder
Packages that use AssetStaging.Builder
-
Uses of AssetStaging.Builder in software.amazon.awscdk.core
Methods in software.amazon.awscdk.core that return AssetStaging.BuilderModifier and TypeMethodDescriptionSpecify a custom hash for this asset.AssetStaging.Builder.assetHashType
(AssetHashType assetHashType) Specifies the type of hash to calculate for this asset.AssetStaging.Builder.bundling
(BundlingOptions bundling) Bundle the asset by executing a command in a Docker container or a custom bundling provider.static AssetStaging.Builder
Glob patterns to exclude from the copy.Extra information to encode into the fingerprint (e.g.AssetStaging.Builder.follow
(SymlinkFollowMode follow) A strategy for how to handle symlinks.AssetStaging.Builder.ignoreMode
(IgnoreMode ignoreMode) The ignore behavior to use for exclude patterns.AssetStaging.Builder.sourcePath
(String sourcePath) The source file or directory to copy from.