Package | Description |
---|---|
com.amazonaws.services.elasticmapreduce.model | |
com.amazonaws.services.elasticmapreduce.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<EbsBlockDevice> |
InstanceGroup.ebsBlockDevices
The EBS block devices that are mapped to this instance group.
|
Modifier and Type | Method and Description |
---|---|
EbsBlockDevice |
EbsBlockDevice.clone() |
EbsBlockDevice |
EbsBlockDevice.withDevice(java.lang.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 |
---|---|
java.util.List<EbsBlockDevice> |
InstanceGroup.getEbsBlockDevices()
The EBS block devices that are mapped to this instance group.
|
Modifier and Type | Method and Description |
---|---|
InstanceGroup |
InstanceGroup.withEbsBlockDevices(EbsBlockDevice... ebsBlockDevices)
The EBS block devices that are mapped to this instance group.
|
Modifier and Type | Method and Description |
---|---|
void |
InstanceGroup.setEbsBlockDevices(java.util.Collection<EbsBlockDevice> ebsBlockDevices)
The EBS block devices that are mapped to this instance group.
|
InstanceGroup |
InstanceGroup.withEbsBlockDevices(java.util.Collection<EbsBlockDevice> ebsBlockDevices)
The EBS block devices that are mapped to this instance group.
|
Modifier and Type | Method and Description |
---|---|
EbsBlockDevice |
EbsBlockDeviceJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
EbsBlockDeviceJsonMarshaller.marshall(EbsBlockDevice ebsBlockDevice,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|