Uses of Class
software.amazon.awscdk.services.s3.assets.Asset.Builder
-
Uses of Asset.Builder in software.amazon.awscdk.services.s3.assets
Modifier and TypeMethodDescriptionSpecify a custom hash for this asset.Asset.Builder.assetHashType
(AssetHashType assetHashType) Specifies the type of hash to calculate for this asset.Asset.Builder.bundling
(BundlingOptions bundling) Bundle the asset by executing a command in a Docker container or a custom bundling provider.static Asset.Builder
Glob patterns to exclude from the copy.Asset.Builder.follow
(FollowMode follow) Deprecated.Asset.Builder.followSymlinks
(SymlinkFollowMode followSymlinks) A strategy for how to handle symlinks.Asset.Builder.ignoreMode
(IgnoreMode ignoreMode) The ignore behavior to use for exclude patterns.The disk location of the asset.Asset.Builder.readers
(List<? extends IGrantable> readers) A list of principals that should be able to read this asset from S3.Asset.Builder.sourceHash
(String sourceHash) Deprecated.seeassetHash
andassetHashType
followSymlinks
instead