public static final class CfnCluster.InstanceFleetProvisioningSpecificationsProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnCluster.InstanceFleetProvisioningSpecificationsProperty
CfnCluster.InstanceFleetProvisioningSpecificationsProperty
CfnCluster.InstanceFleetProvisioningSpecificationsProperty.Builder, CfnCluster.InstanceFleetProvisioningSpecificationsProperty.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.Object |
getOnDemandSpecification()
The launch specification for On-Demand Instances in the instance fleet, which determines the allocation strategy.
|
java.lang.Object |
getSpotSpecification()
The launch specification for Spot Instances in the fleet, which determines the defined duration, provisioning timeout behavior, and allocation strategy.
|
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.Object getOnDemandSpecification()
CfnCluster.InstanceFleetProvisioningSpecificationsProperty
The instance fleet configuration is available only in Amazon EMR versions 4.8.0 and later, excluding 5.0.x versions. On-Demand Instances allocation strategy is available in Amazon EMR version 5.12.1 and later.
getOnDemandSpecification
in interface CfnCluster.InstanceFleetProvisioningSpecificationsProperty
public final java.lang.Object getSpotSpecification()
CfnCluster.InstanceFleetProvisioningSpecificationsProperty
getSpotSpecification
in interface CfnCluster.InstanceFleetProvisioningSpecificationsProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()