Interface SubvolumeInfo.UpdateStages.WithPath

All Known Subinterfaces:
SubvolumeInfo.Update
Enclosing interface:
SubvolumeInfo.UpdateStages

public static interface SubvolumeInfo.UpdateStages.WithPath
The stage of the SubvolumeInfo update allowing to specify path.
  • Method Summary

    Modifier and Type
    Method
    Description
    Specifies the path property: path
  • Method Details

    • withPath

      SubvolumeInfo.Update withPath(String path)
      Specifies the path property: path

      path to the subvolume.

      Parameters:
      path - path

      path to the subvolume.

      Returns:
      the next definition stage.