| Package | Description |
|---|---|
| software.amazon.awssdk.services.emr.model |
| Modifier and Type | Method and Description |
|---|---|
static EbsBlockDevice.Builder |
EbsBlockDevice.builder() |
EbsBlockDevice.Builder |
EbsBlockDevice.Builder.device(String device)
The device name that is exposed to the instance, such as /dev/sdh.
|
EbsBlockDevice.Builder |
EbsBlockDevice.toBuilder() |
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.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends EbsBlockDevice.Builder> |
EbsBlockDevice.serializableBuilderClass() |
Copyright © 2023. All rights reserved.