@Stability(value=Experimental)
public static interface EmrCreateCluster.VolumeSpecificationProperty
extends software.amazon.jsii.JsiiSerializable
https://docs.aws.amazon.com/emr/latest/APIReference/API_VolumeSpecification.html| Modifier and Type | Interface and Description |
|---|---|
static class |
EmrCreateCluster.VolumeSpecificationProperty.Builder
A builder for
EmrCreateCluster.VolumeSpecificationProperty |
static class |
EmrCreateCluster.VolumeSpecificationProperty.Jsii$Proxy
An implementation for
EmrCreateCluster.VolumeSpecificationProperty |
| Modifier and Type | Method and Description |
|---|---|
static EmrCreateCluster.VolumeSpecificationProperty.Builder |
builder() |
default Number |
getIops()
(experimental) The number of I/O operations per second (IOPS) that the volume supports.
|
Size |
getVolumeSize()
(experimental) The volume size.
|
EmrCreateCluster.EbsBlockDeviceVolumeType |
getVolumeType()
(experimental) The volume type.
|
@Stability(value=Experimental) @NotNull Size getVolumeSize()
If the volume type is EBS-optimized, the minimum value is 10GiB. Maximum size is 1TiB
@Stability(value=Experimental) @NotNull EmrCreateCluster.EbsBlockDeviceVolumeType getVolumeType()
Volume types supported are gp2, io1, standard.
@Stability(value=Experimental) @Nullable default Number getIops()
Default: - EMR selected default
@Stability(value=Experimental) static EmrCreateCluster.VolumeSpecificationProperty.Builder builder()
Copyright © 2021. All rights reserved.