| Package | Description |
|---|---|
| software.amazon.awssdk.services.greengrassv2.model |
| Modifier and Type | Method and Description |
|---|---|
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(LambdaFilesystemPermission permission)
The permission to access the volume: read/only (
ro) or read/write (rw). |
LambdaVolumeMount.Builder |
LambdaVolumeMount.Builder.permission(String 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() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends LambdaVolumeMount.Builder> |
LambdaVolumeMount.serializableBuilderClass() |
Copyright © 2023. All rights reserved.