Package | Description |
---|---|
com.amazonaws.services.elasticmapreduce.model |
Modifier and Type | Method and Description |
---|---|
EbsConfiguration |
EbsConfiguration.clone() |
EbsConfiguration |
InstanceGroupConfig.getEbsConfiguration()
EBS configurations that will be attached to each Amazon EC2 instance in
the instance group.
|
EbsConfiguration |
EbsConfiguration.withEbsBlockDeviceConfigs(Collection<EbsBlockDeviceConfig> ebsBlockDeviceConfigs) |
EbsConfiguration |
EbsConfiguration.withEbsBlockDeviceConfigs(EbsBlockDeviceConfig... ebsBlockDeviceConfigs)
NOTE: This method appends the values to the existing list (if
any).
|
EbsConfiguration |
EbsConfiguration.withEbsOptimized(Boolean ebsOptimized) |
Modifier and Type | Method and Description |
---|---|
void |
InstanceGroupConfig.setEbsConfiguration(EbsConfiguration ebsConfiguration)
EBS configurations that will be attached to each Amazon EC2 instance in
the instance group.
|
InstanceGroupConfig |
InstanceGroupConfig.withEbsConfiguration(EbsConfiguration ebsConfiguration)
EBS configurations that will be attached to each Amazon EC2 instance in
the instance group.
|
Copyright © 2016. All rights reserved.