| Modifier and Type | Method and Description |
|---|---|
Runtime |
build() |
Runtime.Builder |
bundlingDockerImage(String bundlingDockerImage)
(experimental) The Docker image name to be used for bundling in this runtime.
|
static Runtime.Builder |
create(String name) |
static Runtime.Builder |
create(String name,
RuntimeFamily family) |
Runtime.Builder |
supportsCodeGuruProfiling(Boolean supportsCodeGuruProfiling)
(experimental) Whether this runtime is integrated with and supported for profiling using Amazon CodeGuru Profiler.
|
Runtime.Builder |
supportsInlineCode(Boolean supportsInlineCode)
(experimental) Whether the ``ZipFile`` (aka inline code) property can be used with this runtime.
|
@Stability(value=Experimental) public static Runtime.Builder create(String name, RuntimeFamily family)
name - This parameter is required.family - Runtime.Builder.@Stability(value=Experimental) public static Runtime.Builder create(String name)
name - This parameter is required.Runtime.Builder.@Stability(value=Experimental) public Runtime.Builder bundlingDockerImage(String bundlingDockerImage)
Default: - the latest docker image "amazon/public.ecr.aws/sam/build-
bundlingDockerImage - The Docker image name to be used for bundling in this runtime. This parameter is required.this@Stability(value=Experimental) public Runtime.Builder supportsCodeGuruProfiling(Boolean supportsCodeGuruProfiling)
Default: false
supportsCodeGuruProfiling - Whether this runtime is integrated with and supported for profiling using Amazon CodeGuru Profiler. This parameter is required.this@Stability(value=Experimental) public Runtime.Builder supportsInlineCode(Boolean supportsInlineCode)
Default: false
supportsInlineCode - Whether the ``ZipFile`` (aka inline code) property can be used with this runtime. This parameter is required.thisCopyright © 2021. All rights reserved.