LambdaVolumeMount.Builder |
LambdaVolumeMount.Builder.addGroupOwner(Boolean addGroupOwner) |
Whether or not to add the IoT Greengrass user group as an owner of the volume.
|
static LambdaVolumeMount.Builder |
LambdaVolumeMount.builder() |
|
LambdaVolumeMount.Builder |
LambdaVolumeMount.Builder.destinationPath(String destinationPath) |
The path to the logical volume in the file system.
|
LambdaVolumeMount.Builder |
LambdaVolumeMount.Builder.permission(String permission) |
The permission to access the volume: read/only (ro) or read/write (rw).
|
LambdaVolumeMount.Builder |
LambdaVolumeMount.Builder.permission(LambdaFilesystemPermission permission) |
The permission to access the volume: read/only (ro) or read/write (rw).
|
LambdaVolumeMount.Builder |
LambdaVolumeMount.Builder.sourcePath(String sourcePath) |
The path to the physical volume in the file system.
|
LambdaVolumeMount.Builder |
LambdaVolumeMount.toBuilder() |
|