| Package | Description |
|---|---|
| com.amazonaws.services.elasticmapreduce.model |
| Modifier and Type | Method and Description |
|---|---|
EbsBlockDeviceConfig |
EbsBlockDeviceConfig.clone() |
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.
|
EbsBlockDeviceConfig |
EbsBlockDeviceConfig.withVolumesPerInstance(Integer volumesPerInstance)
Number of EBS volumes with specific volume configuration, that will be associated with every instance in the
instance group
|
| Modifier and Type | Method and Description |
|---|---|
List<EbsBlockDeviceConfig> |
EbsConfiguration.getEbsBlockDeviceConfigs() |
| Modifier and Type | Method and Description |
|---|---|
EbsConfiguration |
EbsConfiguration.withEbsBlockDeviceConfigs(EbsBlockDeviceConfig... ebsBlockDeviceConfigs)
NOTE: This method appends the values to the existing list (if any).
|
| Modifier and Type | Method and Description |
|---|---|
void |
EbsConfiguration.setEbsBlockDeviceConfigs(Collection<EbsBlockDeviceConfig> ebsBlockDeviceConfigs) |
EbsConfiguration |
EbsConfiguration.withEbsBlockDeviceConfigs(Collection<EbsBlockDeviceConfig> ebsBlockDeviceConfigs) |
Copyright © 2016. All rights reserved.