@Stability(value=Experimental) public static final class LambdaRuntimeProps.Builder extends Object implements software.amazon.jsii.Builder<LambdaRuntimeProps>
LambdaRuntimeProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
LambdaRuntimeProps |
build()
Builds the configured instance.
|
LambdaRuntimeProps.Builder |
bundlingDockerImage(String bundlingDockerImage)
Sets the value of
LambdaRuntimeProps.getBundlingDockerImage() |
LambdaRuntimeProps.Builder |
supportsCodeGuruProfiling(Boolean supportsCodeGuruProfiling)
Sets the value of
LambdaRuntimeProps.getSupportsCodeGuruProfiling() |
LambdaRuntimeProps.Builder |
supportsInlineCode(Boolean supportsInlineCode)
Sets the value of
LambdaRuntimeProps.getSupportsInlineCode() |
@Stability(value=Experimental) public LambdaRuntimeProps.Builder bundlingDockerImage(String bundlingDockerImage)
LambdaRuntimeProps.getBundlingDockerImage()bundlingDockerImage - The Docker image name to be used for bundling in this runtime.this@Stability(value=Experimental) public LambdaRuntimeProps.Builder supportsCodeGuruProfiling(Boolean supportsCodeGuruProfiling)
LambdaRuntimeProps.getSupportsCodeGuruProfiling()supportsCodeGuruProfiling - Whether this runtime is integrated with and supported for profiling using Amazon CodeGuru Profiler.this@Stability(value=Experimental) public LambdaRuntimeProps.Builder supportsInlineCode(Boolean supportsInlineCode)
LambdaRuntimeProps.getSupportsInlineCode()supportsInlineCode - Whether the ``ZipFile`` (aka inline code) property can be used with this runtime.this@Stability(value=Experimental) public LambdaRuntimeProps build()
build in interface software.amazon.jsii.Builder<LambdaRuntimeProps>LambdaRuntimePropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.