Interface RecoveryInstanceDisk.Builder

  • Method Details

    • bytes

      The amount of storage on the disk in bytes.

      Parameters:
      bytes - The amount of storage on the disk in bytes.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • ebsVolumeID

      RecoveryInstanceDisk.Builder ebsVolumeID(String ebsVolumeID)

      The EBS Volume ID of this disk.

      Parameters:
      ebsVolumeID - The EBS Volume ID of this disk.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • internalDeviceName

      RecoveryInstanceDisk.Builder internalDeviceName(String internalDeviceName)

      The internal device name of this disk. This is the name that is visible on the machine itself and not from the EC2 console.

      Parameters:
      internalDeviceName - The internal device name of this disk. This is the name that is visible on the machine itself and not from the EC2 console.
      Returns:
      Returns a reference to this object so that method calls can be chained together.