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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.stepfunctions.tasks.EmrCreateCluster.ScalingConstraintsProperty
EmrCreateCluster.ScalingConstraintsProperty.Builder, EmrCreateCluster.ScalingConstraintsProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theEmrCreateCluster.ScalingConstraintsProperty.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 EC2 instances in an instance group beyond which scaling activities are not allowed to grow.final NumberThe lower boundary of EC2 instances in an instance group below which scaling activities are not allowed to shrink.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.ScalingConstraintsProperty.Builder.
-
-
Method Details
-
getMaxCapacity
Description copied from interface:EmrCreateCluster.ScalingConstraintsPropertyThe 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:
getMaxCapacityin interfaceEmrCreateCluster.ScalingConstraintsProperty
-
getMinCapacity
Description copied from interface:EmrCreateCluster.ScalingConstraintsPropertyThe 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:
getMinCapacityin interfaceEmrCreateCluster.ScalingConstraintsProperty
-
$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()
-