Class CfnCluster.ScalingConstraintsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.emr.CfnCluster.ScalingConstraintsProperty.Jsii$Proxy
- All Implemented Interfaces:
- CfnCluster.ScalingConstraintsProperty,- software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnCluster.ScalingConstraintsProperty
@Stability(Stable)
@Internal
public static final class CfnCluster.ScalingConstraintsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnCluster.ScalingConstraintsProperty
An implementation for 
CfnCluster.ScalingConstraintsProperty- 
Nested Class SummaryNested classes/interfaces inherited from class software.amazon.jsii.JsiiObjectsoftware.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.emr.CfnCluster.ScalingConstraintsPropertyCfnCluster.ScalingConstraintsProperty.Builder, CfnCluster.ScalingConstraintsProperty.Jsii$Proxy
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnCluster.ScalingConstraintsProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.
- 
Method SummaryModifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal NumberThe upper boundary of Amazon EC2 instances in an instance group beyond which scaling activities are not allowed to grow.final NumberThe lower boundary of Amazon EC2 instances in an instance group below which scaling activities are not allowed to shrink.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObjectjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
- 
Constructor Details- 
Jsii$Proxyprotected 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$ProxyConstructor that initializes the object based on literal property values passed by theCfnCluster.ScalingConstraintsProperty.Builder.
 
- 
- 
Method Details- 
getMaxCapacityDescription copied from interface:CfnCluster.ScalingConstraintsPropertyThe upper boundary of Amazon 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 interface- CfnCluster.ScalingConstraintsProperty
 
- 
getMinCapacityDescription copied from interface:CfnCluster.ScalingConstraintsPropertyThe lower boundary of Amazon 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 interface- CfnCluster.ScalingConstraintsProperty
 
- 
$jsii$toJson@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
- $jsii$toJsonin interface- software.amazon.jsii.JsiiSerializable
 
- 
equals
- 
hashCodepublic final int hashCode()
 
-