Package | Description |
---|---|
com.amazonaws.services.elasticmapreduce.model |
Modifier and Type | Method and Description |
---|---|
VolumeSpecification |
VolumeSpecification.clone() |
VolumeSpecification |
EbsBlockDevice.getVolumeSpecification()
EBS volume specifications such as volume type, IOPS, and size (GiB) that will be requested for the EBS volume
attached to an EC2 instance in the cluster.
|
VolumeSpecification |
EbsBlockDeviceConfig.getVolumeSpecification()
EBS volume specifications such as volume type, IOPS, and size (GiB) that will be requested for the EBS volume
attached to an EC2 instance in the cluster.
|
VolumeSpecification |
VolumeSpecification.withIops(Integer iops)
The number of I/O operations per second (IOPS) that the volume supports.
|
VolumeSpecification |
VolumeSpecification.withSizeInGB(Integer sizeInGB)
The volume size, in gibibytes (GiB).
|
VolumeSpecification |
VolumeSpecification.withVolumeType(String volumeType)
The volume type.
|
Modifier and Type | Method and Description |
---|---|
void |
EbsBlockDevice.setVolumeSpecification(VolumeSpecification volumeSpecification)
EBS volume specifications such as volume type, IOPS, and size (GiB) that will be requested for the EBS volume
attached to an EC2 instance in the cluster.
|
void |
EbsBlockDeviceConfig.setVolumeSpecification(VolumeSpecification volumeSpecification)
EBS volume specifications such as volume type, IOPS, and size (GiB) that will be requested for the EBS volume
attached to an EC2 instance in the cluster.
|
EbsBlockDevice |
EbsBlockDevice.withVolumeSpecification(VolumeSpecification volumeSpecification)
EBS volume specifications such as volume type, IOPS, and size (GiB) that will be requested for the EBS volume
attached to an EC2 instance in the cluster.
|
EbsBlockDeviceConfig |
EbsBlockDeviceConfig.withVolumeSpecification(VolumeSpecification volumeSpecification)
EBS volume specifications such as volume type, IOPS, and size (GiB) that will be requested for the EBS volume
attached to an EC2 instance in the cluster.
|
Copyright © 2020. All rights reserved.