Interface LambdaDeviceMount.Builder

    • Method Detail

      • path

        LambdaDeviceMount.Builder path​(String path)

        The mount path for the device in the file system.

        Parameters:
        path - The mount path for the device in the file system.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • permission

        LambdaDeviceMount.Builder permission​(String permission)

        The permission to access the device: read/only (ro) or read/write (rw).

        Default: ro

        Parameters:
        permission - The permission to access the device: read/only (ro) or read/write (rw).

        Default: ro

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        LambdaFilesystemPermission, LambdaFilesystemPermission
      • addGroupOwner

        LambdaDeviceMount.Builder addGroupOwner​(Boolean addGroupOwner)

        Whether or not to add the component's system user as an owner of the device.

        Default: false

        Parameters:
        addGroupOwner - Whether or not to add the component's system user as an owner of the device.

        Default: false

        Returns:
        Returns a reference to this object so that method calls can be chained together.