@Stability(value=Experimental)
public static interface EmrCreateCluster.EbsBlockDeviceConfigProperty
extends software.amazon.jsii.JsiiSerializable
https://docs.aws.amazon.com/emr/latest/APIReference/API_EbsBlockDeviceConfig.html| Modifier and Type | Interface and Description |
|---|---|
static class |
EmrCreateCluster.EbsBlockDeviceConfigProperty.Builder
A builder for
EmrCreateCluster.EbsBlockDeviceConfigProperty |
static class |
EmrCreateCluster.EbsBlockDeviceConfigProperty.Jsii$Proxy
An implementation for
EmrCreateCluster.EbsBlockDeviceConfigProperty |
| Modifier and Type | Method and Description |
|---|---|
static EmrCreateCluster.EbsBlockDeviceConfigProperty.Builder |
builder() |
EmrCreateCluster.VolumeSpecificationProperty |
getVolumeSpecification()
(experimental) EBS volume specifications such as volume type, IOPS, and size (GiB) that will be requested for the EBS volume attached to an EC2 instance in the cluster.
|
default Number |
getVolumesPerInstance()
(experimental) Number of EBS volumes with a specific volume configuration that will be associated with every instance in the instance group.
|
@Stability(value=Experimental) @NotNull EmrCreateCluster.VolumeSpecificationProperty getVolumeSpecification()
@Stability(value=Experimental) @Nullable default Number getVolumesPerInstance()
Default: EMR selected default
@Stability(value=Experimental) static EmrCreateCluster.EbsBlockDeviceConfigProperty.Builder builder()
Copyright © 2021. All rights reserved.