| Modifier and Type | Method and Description |
|---|---|
AssetStaging.Builder |
AssetStaging.Builder.assetHash(String assetHash)
Specify a custom hash for this asset.
|
AssetStaging.Builder |
AssetStaging.Builder.assetHashType(AssetHashType assetHashType)
Specifies the type of hash to calculate for this asset.
|
AssetStaging.Builder |
AssetStaging.Builder.bundling(BundlingOptions bundling)
(experimental) Bundle the asset by executing a command in a Docker container.
|
static AssetStaging.Builder |
AssetStaging.Builder.create(software.constructs.Construct scope,
String id) |
AssetStaging.Builder |
AssetStaging.Builder.exclude(List<String> exclude)
Glob patterns to exclude from the copy.
|
AssetStaging.Builder |
AssetStaging.Builder.extraHash(String extraHash)
Extra information to encode into the fingerprint (e.g.
|
AssetStaging.Builder |
AssetStaging.Builder.follow(SymlinkFollowMode follow)
A strategy for how to handle symlinks.
|
AssetStaging.Builder |
AssetStaging.Builder.ignoreMode(IgnoreMode ignoreMode)
The ignore behavior to use for exclude patterns.
|
AssetStaging.Builder |
AssetStaging.Builder.sourcePath(String sourcePath)
The source file or directory to copy from.
|
Copyright © 2021. All rights reserved.