| 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 a specific volume configuration that will be associated with every instance in the
 instance group 
 | 
| Modifier and Type | Method and Description | 
|---|---|
List<EbsBlockDeviceConfig> | 
EbsConfiguration.getEbsBlockDeviceConfigs()
 An array of Amazon EBS volume specifications attached to a cluster instance. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
EbsConfiguration | 
EbsConfiguration.withEbsBlockDeviceConfigs(EbsBlockDeviceConfig... ebsBlockDeviceConfigs)
 An array of Amazon EBS volume specifications attached to a cluster instance. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
EbsConfiguration.setEbsBlockDeviceConfigs(Collection<EbsBlockDeviceConfig> ebsBlockDeviceConfigs)
 An array of Amazon EBS volume specifications attached to a cluster instance. 
 | 
EbsConfiguration | 
EbsConfiguration.withEbsBlockDeviceConfigs(Collection<EbsBlockDeviceConfig> ebsBlockDeviceConfigs)
 An array of Amazon EBS volume specifications attached to a cluster instance. 
 | 
Copyright © 2021. All rights reserved.