Class CfnCluster.OnDemandResizingSpecificationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.emr.CfnCluster.OnDemandResizingSpecificationProperty.Jsii$Proxy
- All Implemented Interfaces:
 CfnCluster.OnDemandResizingSpecificationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
 CfnCluster.OnDemandResizingSpecificationProperty
@Stability(Stable)
@Internal
public static final class CfnCluster.OnDemandResizingSpecificationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnCluster.OnDemandResizingSpecificationProperty
An implementation for 
CfnCluster.OnDemandResizingSpecificationProperty- 
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.emr.CfnCluster.OnDemandResizingSpecificationProperty
CfnCluster.OnDemandResizingSpecificationProperty.Builder, CfnCluster.OnDemandResizingSpecificationProperty.Jsii$Proxy - 
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnCluster.OnDemandResizingSpecificationProperty.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 StringSpecifies the allocation strategy to use to launch On-Demand instances during a resize.final ObjectReturns union: eitherIResolvableorCfnCluster.OnDemandCapacityReservationOptionsPropertyfinal NumberOn-Demand resize timeout in minutes.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 theCfnCluster.OnDemandResizingSpecificationProperty.Builder. 
 - 
 - 
Method Details
- 
getAllocationStrategy
Description copied from interface:CfnCluster.OnDemandResizingSpecificationPropertySpecifies the allocation strategy to use to launch On-Demand instances during a resize.The default is
lowest-price.- Specified by:
 getAllocationStrategyin interfaceCfnCluster.OnDemandResizingSpecificationProperty- See Also:
 
 - 
getCapacityReservationOptions
Description copied from interface:CfnCluster.OnDemandResizingSpecificationPropertyReturns union: eitherIResolvableorCfnCluster.OnDemandCapacityReservationOptionsProperty- Specified by:
 getCapacityReservationOptionsin interfaceCfnCluster.OnDemandResizingSpecificationProperty- See Also:
 
 - 
getTimeoutDurationMinutes
Description copied from interface:CfnCluster.OnDemandResizingSpecificationPropertyOn-Demand resize timeout in minutes.If On-Demand Instances are not provisioned within this time, the resize workflow stops. The minimum value is 5 minutes, and the maximum value is 10,080 minutes (7 days). The timeout applies to all resize workflows on the Instance Fleet. The resize could be triggered by Amazon EMR Managed Scaling or by the customer (via Amazon EMR Console, Amazon EMR CLI modify-instance-fleet or Amazon EMR SDK ModifyInstanceFleet API) or by Amazon EMR due to Amazon EC2 Spot Reclamation.
- Specified by:
 getTimeoutDurationMinutesin interfaceCfnCluster.OnDemandResizingSpecificationProperty- See Also:
 
 - 
$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() 
 -