| Package | Description |
|---|---|
| software.amazon.awssdk.services.greengrassv2.model |
| Modifier and Type | Method and Description |
|---|---|
LambdaDeviceMount.Builder |
LambdaDeviceMount.Builder.addGroupOwner(Boolean addGroupOwner)
Whether or not to add the component's system user as an owner of the device.
|
static LambdaDeviceMount.Builder |
LambdaDeviceMount.builder() |
LambdaDeviceMount.Builder |
LambdaDeviceMount.Builder.path(String path)
The mount path for the device in the file system.
|
LambdaDeviceMount.Builder |
LambdaDeviceMount.Builder.permission(LambdaFilesystemPermission permission)
The permission to access the device: read/only (
ro) or read/write (rw). |
LambdaDeviceMount.Builder |
LambdaDeviceMount.Builder.permission(String permission)
The permission to access the device: read/only (
ro) or read/write (rw). |
LambdaDeviceMount.Builder |
LambdaDeviceMount.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends LambdaDeviceMount.Builder> |
LambdaDeviceMount.serializableBuilderClass() |
Copyright © 2023. All rights reserved.