| Package | Description |
|---|---|
| software.amazon.awssdk.services.emr.model |
| Modifier and Type | Method and Description |
|---|---|
VolumeSpecification |
EbsBlockDeviceConfig.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 EC2 instance in the cluster.
|
VolumeSpecification |
EbsBlockDevice.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 EC2 instance in the cluster.
|
| Modifier and Type | Method and Description |
|---|---|
EbsBlockDeviceConfig.Builder |
EbsBlockDeviceConfig.Builder.volumeSpecification(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 EC2 instance in the cluster.
|
EbsBlockDevice.Builder |
EbsBlockDevice.Builder.volumeSpecification(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 EC2 instance in the cluster.
|
Copyright © 2023. All rights reserved.