Class EmrCreateCluster.InstanceFleetConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.stepfunctions.tasks.EmrCreateCluster.InstanceFleetConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
EmrCreateCluster.InstanceFleetConfigProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- EmrCreateCluster.InstanceFleetConfigProperty
@Stability(Stable)
@Internal
public static final class EmrCreateCluster.InstanceFleetConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements EmrCreateCluster.InstanceFleetConfigProperty
An implementation for
EmrCreateCluster.InstanceFleetConfigProperty-
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.stepfunctions.tasks.EmrCreateCluster.InstanceFleetConfigProperty
EmrCreateCluster.InstanceFleetConfigProperty.Builder, EmrCreateCluster.InstanceFleetConfigProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theEmrCreateCluster.InstanceFleetConfigProperty.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 booleanThe node type that the instance fleet hosts.The instance type configurations that define the EC2 instances in the instance fleet.The launch specification for the instance fleet.final StringgetName()The friendly name of the instance fleet.final NumberThe target capacity of On-Demand units for the instance fleet, which determines how many On-Demand instances to provision.final NumberThe target capacity of Spot units for the instance fleet, which determines how many Spot instances to provision.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 theEmrCreateCluster.InstanceFleetConfigProperty.Builder.
-
-
Method Details
-
getInstanceFleetType
Description copied from interface:EmrCreateCluster.InstanceFleetConfigPropertyThe node type that the instance fleet hosts.Valid values are MASTER,CORE,and TASK.
- Specified by:
getInstanceFleetTypein interfaceEmrCreateCluster.InstanceFleetConfigProperty
-
getInstanceTypeConfigs
Description copied from interface:EmrCreateCluster.InstanceFleetConfigPropertyThe instance type configurations that define the EC2 instances in the instance fleet.Default: No instanceTpeConfigs
- Specified by:
getInstanceTypeConfigsin interfaceEmrCreateCluster.InstanceFleetConfigProperty
-
getLaunchSpecifications
public final EmrCreateCluster.InstanceFleetProvisioningSpecificationsProperty getLaunchSpecifications()Description copied from interface:EmrCreateCluster.InstanceFleetConfigPropertyThe launch specification for the instance fleet.Default: No launchSpecifications
- Specified by:
getLaunchSpecificationsin interfaceEmrCreateCluster.InstanceFleetConfigProperty
-
getName
Description copied from interface:EmrCreateCluster.InstanceFleetConfigPropertyThe friendly name of the instance fleet.Default: No name
- Specified by:
getNamein interfaceEmrCreateCluster.InstanceFleetConfigProperty
-
getTargetOnDemandCapacity
Description copied from interface:EmrCreateCluster.InstanceFleetConfigPropertyThe target capacity of On-Demand units for the instance fleet, which determines how many On-Demand instances to provision.Default: No targetOnDemandCapacity
- Specified by:
getTargetOnDemandCapacityin interfaceEmrCreateCluster.InstanceFleetConfigProperty
-
getTargetSpotCapacity
Description copied from interface:EmrCreateCluster.InstanceFleetConfigPropertyThe target capacity of Spot units for the instance fleet, which determines how many Spot instances to provision.Default: No targetSpotCapacity
- Specified by:
getTargetSpotCapacityin interfaceEmrCreateCluster.InstanceFleetConfigProperty
-
$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()
-