Uses of Interface
software.amazon.awssdk.services.greengrassv2.model.LambdaDeviceMount.Builder
-
Packages that use LambdaDeviceMount.Builder Package Description software.amazon.awssdk.services.greengrassv2.model -
-
Uses of LambdaDeviceMount.Builder in software.amazon.awssdk.services.greengrassv2.model
Methods in software.amazon.awssdk.services.greengrassv2.model that return LambdaDeviceMount.Builder Modifier and Type Method Description LambdaDeviceMount.BuilderLambdaDeviceMount.Builder. addGroupOwner(Boolean addGroupOwner)Whether or not to add the component's system user as an owner of the device.static LambdaDeviceMount.BuilderLambdaDeviceMount. builder()LambdaDeviceMount.BuilderLambdaDeviceMount.Builder. path(String path)The mount path for the device in the file system.LambdaDeviceMount.BuilderLambdaDeviceMount.Builder. permission(String permission)The permission to access the device: read/only (ro) or read/write (rw).LambdaDeviceMount.BuilderLambdaDeviceMount.Builder. permission(LambdaFilesystemPermission permission)The permission to access the device: read/only (ro) or read/write (rw).LambdaDeviceMount.BuilderLambdaDeviceMount. toBuilder()Methods in software.amazon.awssdk.services.greengrassv2.model that return types with arguments of type LambdaDeviceMount.Builder Modifier and Type Method Description static Class<? extends LambdaDeviceMount.Builder>LambdaDeviceMount. serializableBuilderClass()
-