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, size (GiB) and throughput (MiB/s) that are requested for the
EBS volume attached to an Amazon EC2 instance in the cluster.
|
EbsBlockDeviceConfig |
EbsBlockDeviceConfig.withVolumesPerInstance(Integer volumesPerInstance)
Number of EBS volumes with a specific volume configuration that are 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 © 2023. All rights reserved.