Interface EbsBlockDevice.Builder

    • Method Detail

      • volumeSpecification

        EbsBlockDevice.Builder volumeSpecification​(VolumeSpecification volumeSpecification)

        EBS volume specifications such as volume type, IOPS, size (GiB) and throughput (MiB/s) that are requested for the EBS volume attached to an Amazon EC2 instance in the cluster.

        Parameters:
        volumeSpecification - EBS volume specifications such as volume type, IOPS, size (GiB) and throughput (MiB/s) that are requested for the EBS volume attached to an Amazon EC2 instance in the cluster.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • device

        EbsBlockDevice.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.