@Stability(value=Stable) public static final class CfnComponentVersion.LambdaDeviceMountProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnComponentVersion.LambdaDeviceMountProperty>
CfnComponentVersion.LambdaDeviceMountProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnComponentVersion.LambdaDeviceMountProperty.Builder |
addGroupOwner(Boolean addGroupOwner)
Sets the value of
CfnComponentVersion.LambdaDeviceMountProperty.getAddGroupOwner() |
CfnComponentVersion.LambdaDeviceMountProperty.Builder |
addGroupOwner(IResolvable addGroupOwner)
Sets the value of
CfnComponentVersion.LambdaDeviceMountProperty.getAddGroupOwner() |
CfnComponentVersion.LambdaDeviceMountProperty |
build()
Builds the configured instance.
|
CfnComponentVersion.LambdaDeviceMountProperty.Builder |
path(String path)
Sets the value of
CfnComponentVersion.LambdaDeviceMountProperty.getPath() |
CfnComponentVersion.LambdaDeviceMountProperty.Builder |
permission(String permission)
Sets the value of
CfnComponentVersion.LambdaDeviceMountProperty.getPermission() |
@Stability(value=Stable) public CfnComponentVersion.LambdaDeviceMountProperty.Builder addGroupOwner(Boolean addGroupOwner)
CfnComponentVersion.LambdaDeviceMountProperty.getAddGroupOwner()addGroupOwner - Whether or not to add the component's system user as an owner of the device.
Default: falsethis@Stability(value=Stable) public CfnComponentVersion.LambdaDeviceMountProperty.Builder addGroupOwner(IResolvable addGroupOwner)
CfnComponentVersion.LambdaDeviceMountProperty.getAddGroupOwner()addGroupOwner - Whether or not to add the component's system user as an owner of the device.
Default: falsethis@Stability(value=Stable) public CfnComponentVersion.LambdaDeviceMountProperty.Builder path(String path)
CfnComponentVersion.LambdaDeviceMountProperty.getPath()path - The mount path for the device in the file system.this@Stability(value=Stable) public CfnComponentVersion.LambdaDeviceMountProperty.Builder permission(String permission)
CfnComponentVersion.LambdaDeviceMountProperty.getPermission()permission - The permission to access the device: read/only ( `ro` ) or read/write ( `rw` ).
Default: rothis@Stability(value=Stable) public CfnComponentVersion.LambdaDeviceMountProperty build()
build in interface software.amazon.jsii.Builder<CfnComponentVersion.LambdaDeviceMountProperty>CfnComponentVersion.LambdaDeviceMountPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.