@Stability(value=Experimental) @Internal public static final class EmrCreateCluster.SimpleScalingPolicyConfigurationProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements EmrCreateCluster.SimpleScalingPolicyConfigurationProperty
EmrCreateCluster.SimpleScalingPolicyConfigurationProperty
software.amazon.jsii.JsiiObject.InitializationMode
EmrCreateCluster.SimpleScalingPolicyConfigurationProperty.Builder, EmrCreateCluster.SimpleScalingPolicyConfigurationProperty.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.
|
protected |
Jsii$Proxy(Number scalingAdjustment,
EmrCreateCluster.ScalingAdjustmentType adjustmentType,
Number coolDown)
Constructor that initializes the object based on literal property values passed by the
EmrCreateCluster.ApplicationConfigProperty.Builder . |
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
EmrCreateCluster.ScalingAdjustmentType |
getAdjustmentType()
(experimental) The way in which EC2 instances are added (if ScalingAdjustment is a positive number) or terminated (if ScalingAdjustment is a negative number) each time the scaling activity is triggered.
|
Number |
getCoolDown()
(experimental) The amount of time, in seconds, after a scaling activity completes before any further trigger-related scaling activities can start.
|
Number |
getScalingAdjustment()
(experimental) The amount by which to scale in or scale out, based on the specified AdjustmentType.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
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.protected Jsii$Proxy(Number scalingAdjustment, EmrCreateCluster.ScalingAdjustmentType adjustmentType, Number coolDown)
EmrCreateCluster.ApplicationConfigProperty.Builder
.public final Number getScalingAdjustment()
EmrCreateCluster.SimpleScalingPolicyConfigurationProperty
A positive value adds to the instance group's EC2 instance count while a negative number removes instances. If AdjustmentType is set to EXACT_CAPACITY, the number should only be a positive integer.
getScalingAdjustment
in interface EmrCreateCluster.SimpleScalingPolicyConfigurationProperty
public final EmrCreateCluster.ScalingAdjustmentType getAdjustmentType()
EmrCreateCluster.SimpleScalingPolicyConfigurationProperty
Default: - None
getAdjustmentType
in interface EmrCreateCluster.SimpleScalingPolicyConfigurationProperty
public final Number getCoolDown()
EmrCreateCluster.SimpleScalingPolicyConfigurationProperty
Default: 0
getCoolDown
in interface EmrCreateCluster.SimpleScalingPolicyConfigurationProperty
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson
in interface software.amazon.jsii.JsiiSerializable
Copyright © 2021. All rights reserved.