@Stability(value=Experimental)
public static interface EmrCreateCluster.VolumeSpecificationProperty
extends software.amazon.jsii.JsiiSerializable
EXPERIMENTAL
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()
The number of I/O operations per second (IOPS) that the volume supports.
|
Number |
getSizeInGb()
The volume size, in gibibytes (GiB).
|
EmrCreateCluster.EbsBlockDeviceVolumeType |
getVolumeType()
The volume type.
|
@Stability(value=Experimental) Number getSizeInGb()
This can be a number from 1 - 1024. If the volume type is EBS-optimized, the minimum value is 10.
EXPERIMENTAL
@Stability(value=Experimental) EmrCreateCluster.EbsBlockDeviceVolumeType getVolumeType()
Volume types supported are gp2, io1, standard.
EXPERIMENTAL
@Stability(value=Experimental) default Number getIops()
Default: EMR selected default
EXPERIMENTAL
@Stability(value=Experimental) static EmrCreateCluster.VolumeSpecificationProperty.Builder builder()
Copyright © 2020. All rights reserved.