| Package | Description |
|---|---|
| software.amazon.awssdk.services.emr.model |
| Modifier and Type | Method and Description |
|---|---|
static VolumeSpecification.Builder |
VolumeSpecification.builder() |
VolumeSpecification.Builder |
VolumeSpecification.Builder.iops(Integer iops)
The number of I/O operations per second (IOPS) that the volume supports.
|
VolumeSpecification.Builder |
VolumeSpecification.Builder.sizeInGB(Integer sizeInGB)
The volume size, in gibibytes (GiB).
|
VolumeSpecification.Builder |
VolumeSpecification.Builder.throughput(Integer throughput)
The throughput, in mebibyte per second (MiB/s).
|
VolumeSpecification.Builder |
VolumeSpecification.toBuilder() |
VolumeSpecification.Builder |
VolumeSpecification.Builder.volumeType(String volumeType)
The volume type.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends VolumeSpecification.Builder> |
VolumeSpecification.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default EbsBlockDeviceConfig.Builder |
EbsBlockDeviceConfig.Builder.volumeSpecification(Consumer<VolumeSpecification.Builder> 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.
|
default EbsBlockDevice.Builder |
EbsBlockDevice.Builder.volumeSpecification(Consumer<VolumeSpecification.Builder> 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 © 2022. All rights reserved.