Uses of Class
software.amazon.awscdk.services.lambda.CustomCommandOptions.Builder
Packages that use CustomCommandOptions.Builder
-
Uses of CustomCommandOptions.Builder in software.amazon.awscdk.services.lambda
Methods in software.amazon.awscdk.services.lambda that return CustomCommandOptions.BuilderModifier and TypeMethodDescriptionSets the value ofAssetOptions.getAssetHash()
CustomCommandOptions.Builder.assetHashType
(AssetHashType assetHashType) Sets the value ofAssetOptions.getAssetHashType()
static CustomCommandOptions.Builder
CustomCommandOptions.builder()
CustomCommandOptions.Builder.bundling
(BundlingOptions bundling) Sets the value ofAssetOptions.getBundling()
CustomCommandOptions.Builder.commandOptions
(Map<String, ? extends Object> commandOptions) Sets the value ofCustomCommandOptions.getCommandOptions()
CustomCommandOptions.Builder.deployTime
(Boolean deployTime) Sets the value ofAssetOptions.getDeployTime()
Sets the value ofFileCopyOptions.getExclude()
CustomCommandOptions.Builder.followSymlinks
(SymlinkFollowMode followSymlinks) Sets the value ofFileCopyOptions.getFollowSymlinks()
CustomCommandOptions.Builder.ignoreMode
(IgnoreMode ignoreMode) Sets the value ofFileCopyOptions.getIgnoreMode()
CustomCommandOptions.Builder.readers
(List<? extends IGrantable> readers) Sets the value ofAssetOptions.getReaders()
CustomCommandOptions.Builder.sourceKmsKey
(IKey sourceKmsKey) Sets the value ofinvalid @link
CustomCommandOptions#getSourceKmsKey
Constructors in software.amazon.awscdk.services.lambda with parameters of type CustomCommandOptions.BuilderModifierConstructorDescriptionprotected
Jsii$Proxy
(CustomCommandOptions.Builder builder) Constructor that initializes the object based on literal property values passed by theCustomCommandOptions.Builder
.