Interface DiskMap.Builder

All Superinterfaces:
Buildable, CopyableBuilder<DiskMap.Builder,DiskMap>, SdkBuilder<DiskMap.Builder,DiskMap>, SdkPojo
Enclosing class:
DiskMap

public static interface DiskMap.Builder extends SdkPojo, CopyableBuilder<DiskMap.Builder,DiskMap>
  • Method Details

    • 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 (e.g., my-new-disk).

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