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 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.emr.CfnCluster.ScalingConstraintsProperty
CfnCluster.ScalingConstraintsProperty.Builder, CfnCluster.ScalingConstraintsProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnCluster.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 Amazon EC2 instances in an instance group beyond which scaling activities are not allowed to grow.final Number
The lower boundary of Amazon 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 theCfnCluster.ScalingConstraintsProperty.Builder
.
-
-
Method Details
-
getMaxCapacity
Description copied from interface:CfnCluster.ScalingConstraintsProperty
The 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:
getMaxCapacity
in interfaceCfnCluster.ScalingConstraintsProperty
- See Also:
-
getMinCapacity
Description copied from interface:CfnCluster.ScalingConstraintsProperty
The 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:
getMinCapacity
in interfaceCfnCluster.ScalingConstraintsProperty
- See Also:
-
$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()
-