Uses of Class
software.amazon.awscdk.AssetStaging.Builder
Packages that use AssetStaging.Builder
-
Uses of AssetStaging.Builder in software.amazon.awscdk
Methods in software.amazon.awscdk 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.BuilderFile paths matching the patterns will be excluded.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 forexcludepatterns.AssetStaging.Builder.sourcePath(String sourcePath) The source file or directory to copy from.