@Stability(value=Stable) public static final class CfnComponentVersion.LambdaVolumeMountProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnComponentVersion.LambdaVolumeMountProperty>
CfnComponentVersion.LambdaVolumeMountProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnComponentVersion.LambdaVolumeMountProperty.Builder addGroupOwner(Boolean addGroupOwner)
CfnComponentVersion.LambdaVolumeMountProperty.getAddGroupOwner()addGroupOwner - Whether or not to add the AWS IoT Greengrass user group as an owner of the volume.
Default: falsethis@Stability(value=Stable) public CfnComponentVersion.LambdaVolumeMountProperty.Builder addGroupOwner(IResolvable addGroupOwner)
CfnComponentVersion.LambdaVolumeMountProperty.getAddGroupOwner()addGroupOwner - Whether or not to add the AWS IoT Greengrass user group as an owner of the volume.
Default: falsethis@Stability(value=Stable) public CfnComponentVersion.LambdaVolumeMountProperty.Builder destinationPath(String destinationPath)
CfnComponentVersion.LambdaVolumeMountProperty.getDestinationPath()destinationPath - The path to the logical volume in the file system.this@Stability(value=Stable) public CfnComponentVersion.LambdaVolumeMountProperty.Builder permission(String permission)
CfnComponentVersion.LambdaVolumeMountProperty.getPermission()permission - The permission to access the volume: read/only ( `ro` ) or read/write ( `rw` ).
Default: rothis@Stability(value=Stable) public CfnComponentVersion.LambdaVolumeMountProperty.Builder sourcePath(String sourcePath)
CfnComponentVersion.LambdaVolumeMountProperty.getSourcePath()sourcePath - The path to the physical volume in the file system.this@Stability(value=Stable) public CfnComponentVersion.LambdaVolumeMountProperty build()
build in interface software.amazon.jsii.Builder<CfnComponentVersion.LambdaVolumeMountProperty>CfnComponentVersion.LambdaVolumeMountPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.