public static final class EmrCreateCluster.ScalingConstraintsProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements EmrCreateCluster.ScalingConstraintsProperty
EmrCreateCluster.ScalingConstraintsProperty
EmrCreateCluster.ScalingConstraintsProperty.Builder, EmrCreateCluster.ScalingConstraintsProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.Number |
getMaxCapacity()
The upper boundary of EC2 instances in an instance group beyond which scaling activities are not allowed to grow.
|
java.lang.Number |
getMinCapacity()
The lower boundary of EC2 instances in an instance group below which scaling activities are not allowed to shrink.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.Number getMaxCapacity()
EmrCreateCluster.ScalingConstraintsProperty
Scale-out activities will not add instances beyond this boundary.
getMaxCapacity
in interface EmrCreateCluster.ScalingConstraintsProperty
public final java.lang.Number getMinCapacity()
EmrCreateCluster.ScalingConstraintsProperty
Scale-in activities will not terminate instances below this boundary.
getMinCapacity
in interface EmrCreateCluster.ScalingConstraintsProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()