Package | Description |
---|---|
com.amazonaws.services.elasticmapreduce.model |
Modifier and Type | Method and Description |
---|---|
EbsBlockDevice |
EbsBlockDevice.clone() |
EbsBlockDevice |
EbsBlockDevice.withDevice(String device)
The device name that is exposed to the instance, such as /dev/sdh.
|
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.
|
Modifier and Type | Method and Description |
---|---|
List<EbsBlockDevice> |
InstanceTypeSpecification.getEbsBlockDevices()
The configuration of Amazon Elastic Block Storage (EBS) attached to each instance as defined by
InstanceType . |
List<EbsBlockDevice> |
InstanceGroup.getEbsBlockDevices()
The EBS block devices that are mapped to this instance group.
|
Modifier and Type | Method and Description |
---|---|
InstanceTypeSpecification |
InstanceTypeSpecification.withEbsBlockDevices(EbsBlockDevice... ebsBlockDevices)
The configuration of Amazon Elastic Block Storage (EBS) attached to each instance as defined by
InstanceType . |
InstanceGroup |
InstanceGroup.withEbsBlockDevices(EbsBlockDevice... ebsBlockDevices)
The EBS block devices that are mapped to this instance group.
|
Modifier and Type | Method and Description |
---|---|
void |
InstanceTypeSpecification.setEbsBlockDevices(Collection<EbsBlockDevice> ebsBlockDevices)
The configuration of Amazon Elastic Block Storage (EBS) attached to each instance as defined by
InstanceType . |
void |
InstanceGroup.setEbsBlockDevices(Collection<EbsBlockDevice> ebsBlockDevices)
The EBS block devices that are mapped to this instance group.
|
InstanceTypeSpecification |
InstanceTypeSpecification.withEbsBlockDevices(Collection<EbsBlockDevice> ebsBlockDevices)
The configuration of Amazon Elastic Block Storage (EBS) attached to each instance as defined by
InstanceType . |
InstanceGroup |
InstanceGroup.withEbsBlockDevices(Collection<EbsBlockDevice> ebsBlockDevices)
The EBS block devices that are mapped to this instance group.
|
Copyright © 2020. All rights reserved.