Class CfnApplicationPropsMixin.WorkerConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.mixins.preview.services.emrserverless.mixins.CfnApplicationPropsMixin.WorkerConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnApplicationPropsMixin.WorkerConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnApplicationPropsMixin.WorkerConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnApplicationPropsMixin.WorkerConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnApplicationPropsMixin.WorkerConfigurationProperty
An implementation for
CfnApplicationPropsMixin.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.mixins.preview.services.emrserverless.mixins.CfnApplicationPropsMixin.WorkerConfigurationProperty
CfnApplicationPropsMixin.WorkerConfigurationProperty.Builder, CfnApplicationPropsMixin.WorkerConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnApplicationPropsMixin.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 theCfnApplicationPropsMixin.WorkerConfigurationProperty.Builder.
-
-
Method Details
-
getCpu
Description copied from interface:CfnApplicationPropsMixin.WorkerConfigurationPropertyThe CPU requirements of the worker configuration.Each worker can have 1, 2, 4, 8, or 16 vCPUs.
- Specified by:
getCpuin interfaceCfnApplicationPropsMixin.WorkerConfigurationProperty- See Also:
-
getDisk
Description copied from interface:CfnApplicationPropsMixin.WorkerConfigurationPropertyThe disk requirements of the worker configuration.- Specified by:
getDiskin interfaceCfnApplicationPropsMixin.WorkerConfigurationProperty- See Also:
-
getDiskType
Description copied from interface:CfnApplicationPropsMixin.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 interfaceCfnApplicationPropsMixin.WorkerConfigurationProperty- See Also:
-
getMemory
Description copied from interface:CfnApplicationPropsMixin.WorkerConfigurationPropertyThe memory requirements of the worker configuration.- Specified by:
getMemoryin interfaceCfnApplicationPropsMixin.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()
-