Java com.amazonaws.services.elasticmapreduce.model VolumeSpecification fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.elasticmapreduce.model VolumeSpecification fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.elasticmapreduce.model VolumeSpecification.

The text is from its open source code.

Constructor

Method

IntegergetIops()

The number of I/O operations per second (IOPS) that the volume supports.

IntegergetSizeInGB()

The volume size, in gibibytes (GiB).

StringgetVolumeType()

The volume type.

voidsetIops(Integer iops)

The number of I/O operations per second (IOPS) that the volume supports.

voidsetSizeInGB(Integer sizeInGB)

The volume size, in gibibytes (GiB).

voidsetVolumeType(String volumeType)

The volume type.