@Stability(value=Stable) public static final class CfnComponentVersion.LambdaLinuxProcessParamsProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnComponentVersion.LambdaLinuxProcessParamsProperty>
CfnComponentVersion.LambdaLinuxProcessParamsProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnComponentVersion.LambdaLinuxProcessParamsProperty |
build()
Builds the configured instance.
|
CfnComponentVersion.LambdaLinuxProcessParamsProperty.Builder |
containerParams(CfnComponentVersion.LambdaContainerParamsProperty containerParams)
|
CfnComponentVersion.LambdaLinuxProcessParamsProperty.Builder |
containerParams(IResolvable containerParams)
|
CfnComponentVersion.LambdaLinuxProcessParamsProperty.Builder |
isolationMode(String isolationMode)
Sets the value of
CfnComponentVersion.LambdaLinuxProcessParamsProperty.getIsolationMode() |
@Stability(value=Stable) public CfnComponentVersion.LambdaLinuxProcessParamsProperty.Builder containerParams(CfnComponentVersion.LambdaContainerParamsProperty containerParams)
containerParams - The parameters for the container in which the Lambda function runs.this@Stability(value=Stable) public CfnComponentVersion.LambdaLinuxProcessParamsProperty.Builder containerParams(IResolvable containerParams)
containerParams - The parameters for the container in which the Lambda function runs.this@Stability(value=Stable) public CfnComponentVersion.LambdaLinuxProcessParamsProperty.Builder isolationMode(String isolationMode)
CfnComponentVersion.LambdaLinuxProcessParamsProperty.getIsolationMode()isolationMode - The isolation mode for the process that contains the Lambda function.
The process can run in an isolated runtime environment inside the AWS IoT Greengrass container, or as a regular process outside any container.
Default: GreengrassContainer
this@Stability(value=Stable) public CfnComponentVersion.LambdaLinuxProcessParamsProperty build()
build in interface software.amazon.jsii.Builder<CfnComponentVersion.LambdaLinuxProcessParamsProperty>CfnComponentVersion.LambdaLinuxProcessParamsPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.