Uses of Class
software.amazon.awscdk.services.lambda.python.PythonLayerVersion.Builder
Packages that use PythonLayerVersion.Builder
-
Uses of PythonLayerVersion.Builder in software.amazon.awscdk.services.lambda.python
Methods in software.amazon.awscdk.services.lambda.python that return PythonLayerVersion.BuilderModifier and TypeMethodDescriptionPythonLayerVersion.Builder.bundling(BundlingOptions bundling) (experimental) Bundling options to use for this function.PythonLayerVersion.Builder.compatibleArchitectures(List<? extends Architecture> compatibleArchitectures) (experimental) The system architectures compatible with this layer.PythonLayerVersion.Builder.compatibleRuntimes(List<? extends Runtime> compatibleRuntimes) (experimental) The runtimes compatible with the python layer.static PythonLayerVersion.BuilderPythonLayerVersion.Builder.description(String description) The description the this Lambda Layer.(experimental) The path to the root directory of the lambda layer.PythonLayerVersion.Builder.layerVersionName(String layerVersionName) The name of the layer.The SPDX licence identifier or URL to the license file for this layer.PythonLayerVersion.Builder.removalPolicy(RemovalPolicy removalPolicy) Whether to retain this version of the layer when a new version is added or when the stack is deleted.