@Stability(value=Experimental) @Internal public static final class EmrCreateCluster.EbsConfigurationProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements EmrCreateCluster.EbsConfigurationProperty
EmrCreateCluster.EbsConfigurationProperty
software.amazon.jsii.JsiiObject.InitializationMode
EmrCreateCluster.EbsConfigurationProperty.Builder, EmrCreateCluster.EbsConfigurationProperty.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(List<? extends EmrCreateCluster.EbsBlockDeviceConfigProperty> ebsBlockDeviceConfigs,
Boolean ebsOptimized)
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) |
List<EmrCreateCluster.EbsBlockDeviceConfigProperty> |
getEbsBlockDeviceConfigs()
(experimental) An array of Amazon EBS volume specifications attached to a cluster instance.
|
Boolean |
getEbsOptimized()
(experimental) Indicates whether an Amazon EBS volume is EBS-optimized.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.protected Jsii$Proxy(List<? extends EmrCreateCluster.EbsBlockDeviceConfigProperty> ebsBlockDeviceConfigs, Boolean ebsOptimized)
EmrCreateCluster.ApplicationConfigProperty.Builder
.public final List<EmrCreateCluster.EbsBlockDeviceConfigProperty> getEbsBlockDeviceConfigs()
EmrCreateCluster.EbsConfigurationProperty
Default: - None
getEbsBlockDeviceConfigs
in interface EmrCreateCluster.EbsConfigurationProperty
public final Boolean getEbsOptimized()
EmrCreateCluster.EbsConfigurationProperty
Default: - EMR selected default
getEbsOptimized
in interface EmrCreateCluster.EbsConfigurationProperty
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson
in interface software.amazon.jsii.JsiiSerializable
Copyright © 2021. All rights reserved.