@Stability(value=Experimental) @Internal public static final class EmrCreateCluster.VolumeSpecificationProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements EmrCreateCluster.VolumeSpecificationProperty
EmrCreateCluster.VolumeSpecificationPropertysoftware.amazon.jsii.JsiiObject.InitializationModeEmrCreateCluster.VolumeSpecificationProperty.Builder, EmrCreateCluster.VolumeSpecificationProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
protected |
Jsii$Proxy(Size volumeSize,
EmrCreateCluster.EbsBlockDeviceVolumeType volumeType,
Number iops)
Constructor that initializes the object based on literal property values passed by the
EmrCreateCluster.ApplicationConfigProperty.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
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.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(Size volumeSize, EmrCreateCluster.EbsBlockDeviceVolumeType volumeType, Number iops)
EmrCreateCluster.ApplicationConfigProperty.Builder.public final Size getVolumeSize()
EmrCreateCluster.VolumeSpecificationPropertyIf the volume type is EBS-optimized, the minimum value is 10GiB. Maximum size is 1TiB
getVolumeSize in interface EmrCreateCluster.VolumeSpecificationPropertypublic final EmrCreateCluster.EbsBlockDeviceVolumeType getVolumeType()
EmrCreateCluster.VolumeSpecificationPropertyVolume types supported are gp2, io1, standard.
getVolumeType in interface EmrCreateCluster.VolumeSpecificationPropertypublic final Number getIops()
EmrCreateCluster.VolumeSpecificationPropertyDefault: - EMR selected default
getIops in interface EmrCreateCluster.VolumeSpecificationProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.