public static interface LambdaDeviceMount.Builder extends SdkPojo, CopyableBuilder<LambdaDeviceMount.Builder,LambdaDeviceMount>
| Modifier and Type | Method and Description |
|---|---|
LambdaDeviceMount.Builder |
addGroupOwner(Boolean addGroupOwner)
Whether or not to add the component's system user as an owner of the device.
|
LambdaDeviceMount.Builder |
path(String path)
The mount path for the device in the file system.
|
LambdaDeviceMount.Builder |
permission(LambdaFilesystemPermission permission)
The permission to access the device: read/only (
ro) or read/write (rw). |
LambdaDeviceMount.Builder |
permission(String permission)
The permission to access the device: read/only (
ro) or read/write (rw). |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLambdaDeviceMount.Builder path(String path)
The mount path for the device in the file system.
path - The mount path for the device in the file system.LambdaDeviceMount.Builder permission(String permission)
The permission to access the device: read/only (ro) or read/write (rw).
Default: ro
permission - The permission to access the device: read/only (ro) or read/write (rw).
Default: ro
LambdaFilesystemPermission,
LambdaFilesystemPermissionLambdaDeviceMount.Builder permission(LambdaFilesystemPermission permission)
The permission to access the device: read/only (ro) or read/write (rw).
Default: ro
permission - The permission to access the device: read/only (ro) or read/write (rw).
Default: ro
LambdaFilesystemPermission,
LambdaFilesystemPermissionLambdaDeviceMount.Builder addGroupOwner(Boolean addGroupOwner)
Whether or not to add the component's system user as an owner of the device.
Default: false
addGroupOwner - Whether or not to add the component's system user as an owner of the device.
Default: false
Copyright © 2023. All rights reserved.