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.BuilderCustomCommandOptions.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()CustomCommandOptions.Builder.displayName(String displayName) Sets the value ofAssetOptions.getDisplayName()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(IKeyRef sourceKmsKey) Sets the value ofinvalid reference
CustomCommandOptions#getSourceKmsKeyConstructors in software.amazon.awscdk.services.lambda with parameters of type CustomCommandOptions.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(CustomCommandOptions.Builder builder) Constructor that initializes the object based on literal property values passed by theCustomCommandOptions.Builder.