Class CfnApplication.WorkerConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.emrserverless.CfnApplication.WorkerConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnApplication.WorkerConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnApplication.WorkerConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnApplication.WorkerConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnApplication.WorkerConfigurationProperty
An implementation for
CfnApplication.WorkerConfigurationProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.emrserverless.CfnApplication.WorkerConfigurationProperty
CfnApplication.WorkerConfigurationProperty.Builder, CfnApplication.WorkerConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnApplication.WorkerConfigurationProperty.Builder.protectedJsii$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.JsonNodefinal booleanfinal StringgetCpu()The CPU requirements of the worker configuration.final StringgetDisk()The disk requirements of the worker configuration.final StringThe disk type for every worker instance of the work type.final StringThe memory requirements of the worker configuration.final inthashCode()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 theCfnApplication.WorkerConfigurationProperty.Builder.
-
-
Method Details
-
getCpu
Description copied from interface:CfnApplication.WorkerConfigurationPropertyThe CPU requirements of the worker configuration.Each worker can have 1, 2, 4, 8, or 16 vCPUs.
- Specified by:
getCpuin interfaceCfnApplication.WorkerConfigurationProperty- See Also:
-
getMemory
Description copied from interface:CfnApplication.WorkerConfigurationPropertyThe memory requirements of the worker configuration.- Specified by:
getMemoryin interfaceCfnApplication.WorkerConfigurationProperty- See Also:
-
getDisk
Description copied from interface:CfnApplication.WorkerConfigurationPropertyThe disk requirements of the worker configuration.- Specified by:
getDiskin interfaceCfnApplication.WorkerConfigurationProperty- See Also:
-
getDiskType
Description copied from interface:CfnApplication.WorkerConfigurationPropertyThe disk type for every worker instance of the work type.Shuffle optimized disks have higher performance characteristics and are better for shuffle heavy workloads. Default is
STANDARD.- Specified by:
getDiskTypein interfaceCfnApplication.WorkerConfigurationProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-