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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.stepfunctions.tasks.EmrCreateCluster.ManagedScalingComputeLimitsProperty
EmrCreateCluster.ManagedScalingComputeLimitsProperty.Builder, EmrCreateCluster.ManagedScalingComputeLimitsProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theEmrCreateCluster.ManagedScalingComputeLimitsProperty.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
The upper boundary of Amazon EC2 units.final Number
The upper boundary of Amazon EC2 units for core node type in a cluster.final Number
The upper boundary of On-Demand Amazon EC2 units.final Number
The lower boundary of Amazon EC2 units.The unit type used for specifying a managed scaling policy.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 theEmrCreateCluster.ManagedScalingComputeLimitsProperty.Builder
.
-
-
Method Details
-
getMaximumCapacityUnits
Description copied from interface:EmrCreateCluster.ManagedScalingComputeLimitsProperty
The upper boundary of Amazon EC2 units.- Specified by:
getMaximumCapacityUnits
in interfaceEmrCreateCluster.ManagedScalingComputeLimitsProperty
-
getMinimumCapacityUnits
Description copied from interface:EmrCreateCluster.ManagedScalingComputeLimitsProperty
The lower boundary of Amazon EC2 units.- Specified by:
getMinimumCapacityUnits
in interfaceEmrCreateCluster.ManagedScalingComputeLimitsProperty
-
getUnitType
Description copied from interface:EmrCreateCluster.ManagedScalingComputeLimitsProperty
The unit type used for specifying a managed scaling policy.- Specified by:
getUnitType
in interfaceEmrCreateCluster.ManagedScalingComputeLimitsProperty
-
getMaximumCoreCapacityUnits
Description copied from interface:EmrCreateCluster.ManagedScalingComputeLimitsProperty
The upper boundary of Amazon EC2 units for core node type in a cluster.Default: - None
- Specified by:
getMaximumCoreCapacityUnits
in interfaceEmrCreateCluster.ManagedScalingComputeLimitsProperty
-
getMaximumOnDemandCapacityUnits
Description copied from interface:EmrCreateCluster.ManagedScalingComputeLimitsProperty
The upper boundary of On-Demand Amazon EC2 units.Default: - None
- Specified by:
getMaximumOnDemandCapacityUnits
in interfaceEmrCreateCluster.ManagedScalingComputeLimitsProperty
-
$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()
-