Class EmrCreateCluster.ScalingConstraintsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.stepfunctions.tasks.EmrCreateCluster.ScalingConstraintsProperty.Jsii$Proxy
- All Implemented Interfaces:
EmrCreateCluster.ScalingConstraintsProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
EmrCreateCluster.ScalingConstraintsProperty
@Stability(Stable)
@Internal
public static final class EmrCreateCluster.ScalingConstraintsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements EmrCreateCluster.ScalingConstraintsProperty
An implementation for
EmrCreateCluster.ScalingConstraintsProperty
-
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.ScalingConstraintsProperty
EmrCreateCluster.ScalingConstraintsProperty.Builder, EmrCreateCluster.ScalingConstraintsProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theEmrCreateCluster.ScalingConstraintsProperty.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 EC2 instances in an instance group beyond which scaling activities are not allowed to grow.final Number
The lower boundary of EC2 instances in an instance group below which scaling activities are not allowed to shrink.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.ScalingConstraintsProperty.Builder
.
-
-
Method Details
-
getMaxCapacity
Description copied from interface:EmrCreateCluster.ScalingConstraintsProperty
The upper boundary of EC2 instances in an instance group beyond which scaling activities are not allowed to grow.Scale-out activities will not add instances beyond this boundary.
- Specified by:
getMaxCapacity
in interfaceEmrCreateCluster.ScalingConstraintsProperty
-
getMinCapacity
Description copied from interface:EmrCreateCluster.ScalingConstraintsProperty
The lower boundary of EC2 instances in an instance group below which scaling activities are not allowed to shrink.Scale-in activities will not terminate instances below this boundary.
- Specified by:
getMinCapacity
in interfaceEmrCreateCluster.ScalingConstraintsProperty
-
$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()
-