Package | Description |
---|---|
com.amazonaws.services.elasticmapreduce.model | |
com.amazonaws.services.elasticmapreduce.model.transform |
Modifier and Type | Field and Description |
---|---|
private VolumeSpecification |
EbsBlockDeviceConfig.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.
|
private VolumeSpecification |
EbsBlockDevice.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 |
---|---|
VolumeSpecification |
VolumeSpecification.clone() |
VolumeSpecification |
EbsBlockDeviceConfig.getVolumeSpecification()
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.
|
VolumeSpecification |
EbsBlockDevice.getVolumeSpecification()
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.
|
VolumeSpecification |
VolumeSpecification.withIops(java.lang.Integer iops)
The number of I/O operations per second (IOPS) that the volume supports.
|
VolumeSpecification |
VolumeSpecification.withSizeInGB(java.lang.Integer sizeInGB)
The volume size, in gibibytes (GiB).
|
VolumeSpecification |
VolumeSpecification.withVolumeType(java.lang.String volumeType)
The volume type.
|
Modifier and Type | Method and Description |
---|---|
void |
EbsBlockDeviceConfig.setVolumeSpecification(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.
|
void |
EbsBlockDevice.setVolumeSpecification(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.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.
|
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 |
---|---|
VolumeSpecification |
VolumeSpecificationJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
VolumeSpecificationJsonMarshaller.marshall(VolumeSpecification volumeSpecification,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|