public static final class LambdaRuntimeProps.Builder
extends java.lang.Object
LambdaRuntimeProps
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
LambdaRuntimeProps |
build()
Builds the configured instance.
|
LambdaRuntimeProps.Builder |
bundlingDockerImage(java.lang.String bundlingDockerImage)
Sets the value of
LambdaRuntimeProps.getBundlingDockerImage() |
LambdaRuntimeProps.Builder |
supportsCodeGuruProfiling(java.lang.Boolean supportsCodeGuruProfiling)
Sets the value of
LambdaRuntimeProps.getSupportsCodeGuruProfiling() |
LambdaRuntimeProps.Builder |
supportsInlineCode(java.lang.Boolean supportsInlineCode)
Sets the value of
LambdaRuntimeProps.getSupportsInlineCode() |
public LambdaRuntimeProps.Builder bundlingDockerImage(java.lang.String bundlingDockerImage)
LambdaRuntimeProps.getBundlingDockerImage()
bundlingDockerImage
- The Docker image name to be used for bundling in this runtime.this
public LambdaRuntimeProps.Builder supportsCodeGuruProfiling(java.lang.Boolean supportsCodeGuruProfiling)
LambdaRuntimeProps.getSupportsCodeGuruProfiling()
supportsCodeGuruProfiling
- Whether this runtime is integrated with and supported for profiling using Amazon CodeGuru Profiler.this
public LambdaRuntimeProps.Builder supportsInlineCode(java.lang.Boolean supportsInlineCode)
LambdaRuntimeProps.getSupportsInlineCode()
supportsInlineCode
- Whether the ``ZipFile`` (aka inline code) property can be used with this runtime.this
public LambdaRuntimeProps build()
LambdaRuntimeProps
java.lang.NullPointerException
- if any required attribute was not provided