Class AttachedVolume.Builder

  • Enclosing class:
    AttachedVolume

    public static class AttachedVolume.Builder
    extends java.lang.Object
    • Method Detail

      • devicePath

        public AttachedVolume.Builder devicePath​(@NonNull
                                                 @NonNull java.lang.String devicePath)
        DevicePath represents the device path where the volume should be available
        Returns:
        this.
      • name

        public AttachedVolume.Builder name​(@NonNull
                                           @NonNull java.lang.String name)
        Name of the attached volume
        Returns:
        this.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object