Uses of Class
software.amazon.awscdk.services.ec2.InitFileAssetOptions.Builder
Packages that use InitFileAssetOptions.Builder
-
Uses of InitFileAssetOptions.Builder in software.amazon.awscdk.services.ec2
Methods in software.amazon.awscdk.services.ec2 that return InitFileAssetOptions.BuilderModifier and TypeMethodDescriptionSets the value ofAssetOptions.getAssetHash()
InitFileAssetOptions.Builder.assetHashType
(AssetHashType assetHashType) Sets the value ofAssetOptions.getAssetHashType()
InitFileAssetOptions.Builder.base64Encoded
(Boolean base64Encoded) Sets the value ofInitFileOptions.getBase64Encoded()
static InitFileAssetOptions.Builder
InitFileAssetOptions.builder()
InitFileAssetOptions.Builder.bundling
(BundlingOptions bundling) Sets the value ofAssetOptions.getBundling()
Sets the value ofAssetOptions.getExclude()
InitFileAssetOptions.Builder.follow
(FollowMode follow) Deprecated.use `followSymlinks` insteadInitFileAssetOptions.Builder.followSymlinks
(SymlinkFollowMode followSymlinks) Sets the value ofFileCopyOptions.getFollowSymlinks()
Sets the value ofInitFileOptions.getGroup()
InitFileAssetOptions.Builder.ignoreMode
(IgnoreMode ignoreMode) Sets the value ofAssetOptions.getIgnoreMode()
Sets the value ofInitFileOptions.getMode()
Sets the value ofInitFileOptions.getOwner()
InitFileAssetOptions.Builder.readers
(List<? extends IGrantable> readers) Sets the value ofAssetOptions.getReaders()
InitFileAssetOptions.Builder.serviceRestartHandles
(List<? extends InitServiceRestartHandle> serviceRestartHandles) Sets the value ofInitFileOptions.getServiceRestartHandles()
InitFileAssetOptions.Builder.sourceHash
(String sourceHash) Deprecated.see `assetHash` and `assetHashType`Constructors in software.amazon.awscdk.services.ec2 with parameters of type InitFileAssetOptions.BuilderModifierConstructorDescriptionprotected
Jsii$Proxy
(InitFileAssetOptions.Builder builder) Constructor that initializes the object based on literal property values passed by theInitFileAssetOptions.Builder
.