| Package | Description |
|---|---|
| software.amazon.awssdk.services.emr.model |
| Modifier and Type | Method and Description |
|---|---|
List<EbsBlockDevice> |
InstanceGroup.ebsBlockDevices()
The EBS block devices that are mapped to this instance group.
|
List<EbsBlockDevice> |
InstanceTypeSpecification.ebsBlockDevices()
The configuration of Amazon Elastic Block Store (Amazon EBS) attached to each instance as defined by
InstanceType. |
| Modifier and Type | Method and Description |
|---|---|
InstanceGroup.Builder |
InstanceGroup.Builder.ebsBlockDevices(EbsBlockDevice... ebsBlockDevices)
The EBS block devices that are mapped to this instance group.
|
InstanceTypeSpecification.Builder |
InstanceTypeSpecification.Builder.ebsBlockDevices(EbsBlockDevice... ebsBlockDevices)
The configuration of Amazon Elastic Block Store (Amazon EBS) attached to each instance as defined by
InstanceType. |
| Modifier and Type | Method and Description |
|---|---|
InstanceGroup.Builder |
InstanceGroup.Builder.ebsBlockDevices(Collection<EbsBlockDevice> ebsBlockDevices)
The EBS block devices that are mapped to this instance group.
|
InstanceTypeSpecification.Builder |
InstanceTypeSpecification.Builder.ebsBlockDevices(Collection<EbsBlockDevice> ebsBlockDevices)
The configuration of Amazon Elastic Block Store (Amazon EBS) attached to each instance as defined by
InstanceType. |
Copyright © 2022. All rights reserved.