| Package | Description |
|---|---|
| software.amazon.awssdk.services.emr.model |
| Modifier and Type | Method and Description |
|---|---|
static EbsBlockDeviceConfig.Builder |
EbsBlockDeviceConfig.builder() |
EbsBlockDeviceConfig.Builder |
EbsBlockDeviceConfig.toBuilder() |
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 Amazon EC2 instance in the cluster.
|
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 Amazon EC2 instance in the cluster.
|
EbsBlockDeviceConfig.Builder |
EbsBlockDeviceConfig.Builder.volumesPerInstance(Integer volumesPerInstance)
Number of EBS volumes with a specific volume configuration that are associated with every instance in the
instance group
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends EbsBlockDeviceConfig.Builder> |
EbsBlockDeviceConfig.serializableBuilderClass() |
Copyright © 2023. All rights reserved.