@Stability(value=Experimental) @Internal public static final class EmrCreateCluster.InstanceFleetConfigProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements EmrCreateCluster.InstanceFleetConfigProperty
EmrCreateCluster.InstanceFleetConfigPropertysoftware.amazon.jsii.JsiiObject.InitializationModeEmrCreateCluster.InstanceFleetConfigProperty.Builder, EmrCreateCluster.InstanceFleetConfigProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(EmrCreateCluster.InstanceRoleType instanceFleetType,
List<? extends EmrCreateCluster.InstanceTypeConfigProperty> instanceTypeConfigs,
EmrCreateCluster.InstanceFleetProvisioningSpecificationsProperty launchSpecifications,
String name,
Number targetOnDemandCapacity,
Number targetSpotCapacity)
Constructor that initializes the object based on literal property values passed by the
EmrCreateCluster.ApplicationConfigProperty.Builder. |
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(Object o) |
EmrCreateCluster.InstanceRoleType |
getInstanceFleetType()
(experimental) The node type that the instance fleet hosts.
|
List<EmrCreateCluster.InstanceTypeConfigProperty> |
getInstanceTypeConfigs()
(experimental) The instance type configurations that define the EC2 instances in the instance fleet.
|
EmrCreateCluster.InstanceFleetProvisioningSpecificationsProperty |
getLaunchSpecifications()
(experimental) The launch specification for the instance fleet.
|
String |
getName()
(experimental) The friendly name of the instance fleet.
|
Number |
getTargetOnDemandCapacity()
(experimental) The target capacity of On-Demand units for the instance fleet, which determines how many On-Demand instances to provision.
|
Number |
getTargetSpotCapacity()
(experimental) The target capacity of Spot units for the instance fleet, which determines how many Spot instances to provision.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(EmrCreateCluster.InstanceRoleType instanceFleetType, List<? extends EmrCreateCluster.InstanceTypeConfigProperty> instanceTypeConfigs, EmrCreateCluster.InstanceFleetProvisioningSpecificationsProperty launchSpecifications, String name, Number targetOnDemandCapacity, Number targetSpotCapacity)
EmrCreateCluster.ApplicationConfigProperty.Builder.public final EmrCreateCluster.InstanceRoleType getInstanceFleetType()
EmrCreateCluster.InstanceFleetConfigPropertyValid values are MASTER,CORE,and TASK.
getInstanceFleetType in interface EmrCreateCluster.InstanceFleetConfigPropertypublic final List<EmrCreateCluster.InstanceTypeConfigProperty> getInstanceTypeConfigs()
EmrCreateCluster.InstanceFleetConfigPropertyDefault: No instanceTpeConfigs
getInstanceTypeConfigs in interface EmrCreateCluster.InstanceFleetConfigPropertypublic final EmrCreateCluster.InstanceFleetProvisioningSpecificationsProperty getLaunchSpecifications()
EmrCreateCluster.InstanceFleetConfigPropertyDefault: No launchSpecifications
getLaunchSpecifications in interface EmrCreateCluster.InstanceFleetConfigPropertypublic final String getName()
EmrCreateCluster.InstanceFleetConfigPropertyDefault: No name
getName in interface EmrCreateCluster.InstanceFleetConfigPropertypublic final Number getTargetOnDemandCapacity()
EmrCreateCluster.InstanceFleetConfigPropertyDefault: No targetOnDemandCapacity
getTargetOnDemandCapacity in interface EmrCreateCluster.InstanceFleetConfigPropertypublic final Number getTargetSpotCapacity()
EmrCreateCluster.InstanceFleetConfigPropertyDefault: No targetSpotCapacity
getTargetSpotCapacity in interface EmrCreateCluster.InstanceFleetConfigProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.