Class CfnClusterPropsMixin.InstanceFleetProvisioningSpecificationsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.emr.CfnClusterPropsMixin.InstanceFleetProvisioningSpecificationsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnClusterPropsMixin.InstanceFleetProvisioningSpecificationsProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnClusterPropsMixin.InstanceFleetProvisioningSpecificationsProperty
@Stability(Stable)
@Internal
public static final class CfnClusterPropsMixin.InstanceFleetProvisioningSpecificationsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnClusterPropsMixin.InstanceFleetProvisioningSpecificationsProperty
An implementation for
CfnClusterPropsMixin.InstanceFleetProvisioningSpecificationsProperty-
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.cfnpropertymixins.services.emr.CfnClusterPropsMixin.InstanceFleetProvisioningSpecificationsProperty
CfnClusterPropsMixin.InstanceFleetProvisioningSpecificationsProperty.Builder, CfnClusterPropsMixin.InstanceFleetProvisioningSpecificationsProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnClusterPropsMixin.InstanceFleetProvisioningSpecificationsProperty.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 ObjectThe launch specification for On-Demand Instances in the instance fleet, which determines the allocation strategy and capacity reservation options.final ObjectThe launch specification for Spot instances in the fleet, which determines the allocation strategy, defined duration, and provisioning timeout behavior.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
protected Jsii$Proxy(CfnClusterPropsMixin.InstanceFleetProvisioningSpecificationsProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnClusterPropsMixin.InstanceFleetProvisioningSpecificationsProperty.Builder.
-
-
Method Details
-
getOnDemandSpecification
Description copied from interface:CfnClusterPropsMixin.InstanceFleetProvisioningSpecificationsPropertyThe launch specification for On-Demand Instances in the instance fleet, which determines the allocation strategy and capacity reservation options.The instance fleet configuration is available only in Amazon EMR releases 4.8.0 and later, excluding 5.0.x versions. On-Demand Instances allocation strategy is available in Amazon EMR releases 5.12.1 and later.
Returns union: either
IResolvableorCfnClusterPropsMixin.OnDemandProvisioningSpecificationProperty- Specified by:
getOnDemandSpecificationin interfaceCfnClusterPropsMixin.InstanceFleetProvisioningSpecificationsProperty- See Also:
-
getSpotSpecification
Description copied from interface:CfnClusterPropsMixin.InstanceFleetProvisioningSpecificationsPropertyThe launch specification for Spot instances in the fleet, which determines the allocation strategy, defined duration, and provisioning timeout behavior.Returns union: either
IResolvableorCfnClusterPropsMixin.SpotProvisioningSpecificationProperty- Specified by:
getSpotSpecificationin interfaceCfnClusterPropsMixin.InstanceFleetProvisioningSpecificationsProperty- 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()
-