Class CfnInstanceFleetConfig.VolumeSpecificationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.emr.CfnInstanceFleetConfig.VolumeSpecificationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnInstanceFleetConfig.VolumeSpecificationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnInstanceFleetConfig.VolumeSpecificationProperty
@Stability(Stable)
@Internal
public static final class CfnInstanceFleetConfig.VolumeSpecificationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnInstanceFleetConfig.VolumeSpecificationProperty
An implementation for
CfnInstanceFleetConfig.VolumeSpecificationProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.emr.CfnInstanceFleetConfig.VolumeSpecificationProperty
CfnInstanceFleetConfig.VolumeSpecificationProperty.Builder, CfnInstanceFleetConfig.VolumeSpecificationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnInstanceFleetConfig.VolumeSpecificationProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final Number
getIops()
The number of I/O operations per second (IOPS) that the volume supports.final Number
The volume size, in gibibytes (GiB).final Number
The throughput, in mebibyte per second (MiB/s).final String
The volume type.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnInstanceFleetConfig.VolumeSpecificationProperty.Builder
.
-
-
Method Details
-
getSizeInGb
Description copied from interface:CfnInstanceFleetConfig.VolumeSpecificationProperty
The volume size, in gibibytes (GiB).This can be a number from 1 - 1024. If the volume type is EBS-optimized, the minimum value is 10.
- Specified by:
getSizeInGb
in interfaceCfnInstanceFleetConfig.VolumeSpecificationProperty
- See Also:
-
getVolumeType
Description copied from interface:CfnInstanceFleetConfig.VolumeSpecificationProperty
The volume type.Volume types supported are gp3, gp2, io1, st1, sc1, and standard.
- Specified by:
getVolumeType
in interfaceCfnInstanceFleetConfig.VolumeSpecificationProperty
- See Also:
-
getIops
Description copied from interface:CfnInstanceFleetConfig.VolumeSpecificationProperty
The number of I/O operations per second (IOPS) that the volume supports.- Specified by:
getIops
in interfaceCfnInstanceFleetConfig.VolumeSpecificationProperty
- See Also:
-
getThroughput
Description copied from interface:CfnInstanceFleetConfig.VolumeSpecificationProperty
The throughput, in mebibyte per second (MiB/s).This optional parameter can be a number from 125 - 1000 and is valid only for gp3 volumes.
- Specified by:
getThroughput
in interfaceCfnInstanceFleetConfig.VolumeSpecificationProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-