Uses of Class
software.amazon.awscdk.services.lambda.Runtime.Builder
Packages that use Runtime.Builder
-
Uses of Runtime.Builder in software.amazon.awscdk.services.lambda
Methods in software.amazon.awscdk.services.lambda that return Runtime.BuilderModifier and TypeMethodDescriptionRuntime.Builder.bundlingDockerImage
(String bundlingDockerImage) The Docker image name to be used for bundling in this runtime.static Runtime.Builder
static Runtime.Builder
Runtime.Builder.create
(String name, RuntimeFamily family) Runtime.Builder.isVariable
(Boolean isVariable) Whether the runtime enum is meant to change over time, IE NODEJS_LATEST.Runtime.Builder.supportsCodeGuruProfiling
(Boolean supportsCodeGuruProfiling) Whether this runtime is integrated with and supported for profiling using Amazon CodeGuru Profiler.Runtime.Builder.supportsInlineCode
(Boolean supportsInlineCode) Whether theZipFile
(aka inline code) property can be used with this runtime.Runtime.Builder.supportsSnapStart
(Boolean supportsSnapStart) Whether this runtime supports SnapStart.