Interface DiskMap.Builder

    • Method Detail

      • originalDiskPath

        DiskMap.Builder originalDiskPath​(String originalDiskPath)

        The original disk path exposed to the instance (for example, /dev/sdh).

        Parameters:
        originalDiskPath - The original disk path exposed to the instance (for example, /dev/sdh).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • newDiskName

        DiskMap.Builder newDiskName​(String newDiskName)

        The new disk name (my-new-disk).

        Parameters:
        newDiskName - The new disk name (my-new-disk).
        Returns:
        Returns a reference to this object so that method calls can be chained together.