@Stability(value=Stable) public static final class CfnComponentVersion.LambdaContainerParamsProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnComponentVersion.LambdaContainerParamsProperty>
CfnComponentVersion.LambdaContainerParamsProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnComponentVersion.LambdaContainerParamsProperty.Builder devices(IResolvable devices)
CfnComponentVersion.LambdaContainerParamsProperty.getDevices()devices - The list of system devices that the container can access.this@Stability(value=Stable) public CfnComponentVersion.LambdaContainerParamsProperty.Builder devices(List<? extends Object> devices)
CfnComponentVersion.LambdaContainerParamsProperty.getDevices()devices - The list of system devices that the container can access.this@Stability(value=Stable) public CfnComponentVersion.LambdaContainerParamsProperty.Builder memorySizeInKb(Number memorySizeInKb)
CfnComponentVersion.LambdaContainerParamsProperty.getMemorySizeInKb()memorySizeInKb - The memory size of the container, expressed in kilobytes.
Default: 16384 (16 MB)this@Stability(value=Stable) public CfnComponentVersion.LambdaContainerParamsProperty.Builder mountRoSysfs(Boolean mountRoSysfs)
CfnComponentVersion.LambdaContainerParamsProperty.getMountRoSysfs()mountRoSysfs - Whether or not the container can read information from the device's `/sys` folder.
Default: falsethis@Stability(value=Stable) public CfnComponentVersion.LambdaContainerParamsProperty.Builder mountRoSysfs(IResolvable mountRoSysfs)
CfnComponentVersion.LambdaContainerParamsProperty.getMountRoSysfs()mountRoSysfs - Whether or not the container can read information from the device's `/sys` folder.
Default: falsethis@Stability(value=Stable) public CfnComponentVersion.LambdaContainerParamsProperty.Builder volumes(IResolvable volumes)
CfnComponentVersion.LambdaContainerParamsProperty.getVolumes()volumes - The list of volumes that the container can access.this@Stability(value=Stable) public CfnComponentVersion.LambdaContainerParamsProperty.Builder volumes(List<? extends Object> volumes)
CfnComponentVersion.LambdaContainerParamsProperty.getVolumes()volumes - The list of volumes that the container can access.this@Stability(value=Stable) public CfnComponentVersion.LambdaContainerParamsProperty build()
build in interface software.amazon.jsii.Builder<CfnComponentVersion.LambdaContainerParamsProperty>CfnComponentVersion.LambdaContainerParamsPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.