Class EmrCreateCluster.ManagedScalingComputeLimitsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.stepfunctions.tasks.EmrCreateCluster.ManagedScalingComputeLimitsProperty.Jsii$Proxy
- All Implemented Interfaces:
EmrCreateCluster.ManagedScalingComputeLimitsProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
EmrCreateCluster.ManagedScalingComputeLimitsProperty
@Stability(Stable)
@Internal
public static final class EmrCreateCluster.ManagedScalingComputeLimitsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements EmrCreateCluster.ManagedScalingComputeLimitsProperty
An implementation for
EmrCreateCluster.ManagedScalingComputeLimitsProperty-
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.stepfunctions.tasks.EmrCreateCluster.ManagedScalingComputeLimitsProperty
EmrCreateCluster.ManagedScalingComputeLimitsProperty.Builder, EmrCreateCluster.ManagedScalingComputeLimitsProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theEmrCreateCluster.ManagedScalingComputeLimitsProperty.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 NumberThe upper boundary of Amazon EC2 units.final NumberThe upper boundary of Amazon EC2 units for core node type in a cluster.final NumberThe upper boundary of On-Demand Amazon EC2 units.final NumberThe lower boundary of Amazon EC2 units.The unit type used for specifying a managed scaling policy.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 theEmrCreateCluster.ManagedScalingComputeLimitsProperty.Builder.
-
-
Method Details
-
getMaximumCapacityUnits
Description copied from interface:EmrCreateCluster.ManagedScalingComputeLimitsPropertyThe upper boundary of Amazon EC2 units.- Specified by:
getMaximumCapacityUnitsin interfaceEmrCreateCluster.ManagedScalingComputeLimitsProperty
-
getMinimumCapacityUnits
Description copied from interface:EmrCreateCluster.ManagedScalingComputeLimitsPropertyThe lower boundary of Amazon EC2 units.- Specified by:
getMinimumCapacityUnitsin interfaceEmrCreateCluster.ManagedScalingComputeLimitsProperty
-
getUnitType
Description copied from interface:EmrCreateCluster.ManagedScalingComputeLimitsPropertyThe unit type used for specifying a managed scaling policy.- Specified by:
getUnitTypein interfaceEmrCreateCluster.ManagedScalingComputeLimitsProperty
-
getMaximumCoreCapacityUnits
Description copied from interface:EmrCreateCluster.ManagedScalingComputeLimitsPropertyThe upper boundary of Amazon EC2 units for core node type in a cluster.Default: - None
- Specified by:
getMaximumCoreCapacityUnitsin interfaceEmrCreateCluster.ManagedScalingComputeLimitsProperty
-
getMaximumOnDemandCapacityUnits
Description copied from interface:EmrCreateCluster.ManagedScalingComputeLimitsPropertyThe upper boundary of On-Demand Amazon EC2 units.Default: - None
- Specified by:
getMaximumOnDemandCapacityUnitsin interfaceEmrCreateCluster.ManagedScalingComputeLimitsProperty
-
$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()
-