Uses of Class
software.amazon.awscdk.services.lambda.LayerVersion.Builder
Packages that use LayerVersion.Builder
-
Uses of LayerVersion.Builder in software.amazon.awscdk.services.lambda
Methods in software.amazon.awscdk.services.lambda that return LayerVersion.BuilderModifier and TypeMethodDescriptionThe content of this Layer.LayerVersion.Builder.compatibleArchitectures(List<? extends Architecture> compatibleArchitectures) The system architectures compatible with this layer.LayerVersion.Builder.compatibleRuntimes(List<? extends Runtime> compatibleRuntimes) The runtimes compatible with this Layer.static LayerVersion.BuilderLayerVersion.Builder.description(String description) The description the this Lambda Layer.LayerVersion.Builder.layerVersionName(String layerVersionName) The name of the layer.The SPDX licence identifier or URL to the license file for this layer.LayerVersion.Builder.removalPolicy(RemovalPolicy removalPolicy) Whether to retain this version of the layer when a new version is added or when the stack is deleted.