Uses of Class
software.amazon.awscdk.services.s3.assets.AssetProps.Builder
-
Uses of AssetProps.Builder in software.amazon.awscdk.services.s3.assets
Modifier and TypeMethodDescriptionSets the value ofAssetOptions.getAssetHash()
AssetProps.Builder.assetHashType
(AssetHashType assetHashType) Sets the value ofAssetOptions.getAssetHashType()
static AssetProps.Builder
AssetProps.builder()
AssetProps.Builder.bundling
(BundlingOptions bundling) Sets the value ofAssetOptions.getBundling()
Sets the value ofAssetOptions.getExclude()
AssetProps.Builder.follow
(FollowMode follow) Deprecated.use `followSymlinks` insteadAssetProps.Builder.followSymlinks
(SymlinkFollowMode followSymlinks) Sets the value ofFileCopyOptions.getFollowSymlinks()
AssetProps.Builder.ignoreMode
(IgnoreMode ignoreMode) Sets the value ofAssetOptions.getIgnoreMode()
Sets the value ofAssetProps.getPath()
AssetProps.Builder.readers
(List<? extends IGrantable> readers) Sets the value ofAssetOptions.getReaders()
AssetProps.Builder.sourceHash
(String sourceHash) Deprecated.see `assetHash` and `assetHashType`ModifierConstructorDescriptionprotected
Jsii$Proxy
(AssetProps.Builder builder) Constructor that initializes the object based on literal property values passed by theAssetProps.Builder
.