Interface EbsVolume.Builder

    • Method Detail

      • device

        EbsVolume.Builder device​(String device)

        The device name that is exposed to the instance, such as /dev/sdh.

        Parameters:
        device - The device name that is exposed to the instance, such as /dev/sdh.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • volumeId

        EbsVolume.Builder volumeId​(String volumeId)

        The volume identifier of the EBS volume.

        Parameters:
        volumeId - The volume identifier of the EBS volume.
        Returns:
        Returns a reference to this object so that method calls can be chained together.