public static interface LambdaVolumeMount.Builder extends SdkPojo, CopyableBuilder<LambdaVolumeMount.Builder,LambdaVolumeMount>
| Modifier and Type | Method and Description |
|---|---|
LambdaVolumeMount.Builder |
addGroupOwner(Boolean addGroupOwner)
Whether or not to add the IoT Greengrass user group as an owner of the volume.
|
LambdaVolumeMount.Builder |
destinationPath(String destinationPath)
The path to the logical volume in the file system.
|
LambdaVolumeMount.Builder |
permission(LambdaFilesystemPermission permission)
The permission to access the volume: read/only (
ro) or read/write (rw). |
LambdaVolumeMount.Builder |
permission(String permission)
The permission to access the volume: read/only (
ro) or read/write (rw). |
LambdaVolumeMount.Builder |
sourcePath(String sourcePath)
The path to the physical volume in the file system.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLambdaVolumeMount.Builder sourcePath(String sourcePath)
The path to the physical volume in the file system.
sourcePath - The path to the physical volume in the file system.LambdaVolumeMount.Builder destinationPath(String destinationPath)
The path to the logical volume in the file system.
destinationPath - The path to the logical volume in the file system.LambdaVolumeMount.Builder permission(String permission)
The permission to access the volume: read/only (ro) or read/write (rw).
Default: ro
permission - The permission to access the volume: read/only (ro) or read/write (rw).
Default: ro
LambdaFilesystemPermission,
LambdaFilesystemPermissionLambdaVolumeMount.Builder permission(LambdaFilesystemPermission permission)
The permission to access the volume: read/only (ro) or read/write (rw).
Default: ro
permission - The permission to access the volume: read/only (ro) or read/write (rw).
Default: ro
LambdaFilesystemPermission,
LambdaFilesystemPermissionLambdaVolumeMount.Builder addGroupOwner(Boolean addGroupOwner)
Whether or not to add the IoT Greengrass user group as an owner of the volume.
Default: false
addGroupOwner - Whether or not to add the IoT Greengrass user group as an owner of the volume.
Default: false
Copyright © 2023. All rights reserved.