Interface EbsBlockDeviceConfig.Builder

    • Method Detail

      • volumeSpecification

        EbsBlockDeviceConfig.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.
      • volumesPerInstance

        EbsBlockDeviceConfig.Builder volumesPerInstance​(Integer volumesPerInstance)

        Number of EBS volumes with a specific volume configuration that are associated with every instance in the instance group

        Parameters:
        volumesPerInstance - Number of EBS volumes with a specific volume configuration that are associated with every instance in the instance group
        Returns:
        Returns a reference to this object so that method calls can be chained together.