public static final class EmrCreateCluster.InstanceFleetConfigProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements EmrCreateCluster.InstanceFleetConfigProperty
EmrCreateCluster.InstanceFleetConfigProperty
EmrCreateCluster.InstanceFleetConfigProperty.Builder, EmrCreateCluster.InstanceFleetConfigProperty.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) |
EmrCreateCluster.InstanceRoleType |
getInstanceFleetType()
The node type that the instance fleet hosts.
|
java.util.List<EmrCreateCluster.InstanceTypeConfigProperty> |
getInstanceTypeConfigs()
The instance type configurations that define the EC2 instances in the instance fleet.
|
EmrCreateCluster.InstanceFleetProvisioningSpecificationsProperty |
getLaunchSpecifications()
The launch specification for the instance fleet.
|
java.lang.String |
getName()
The friendly name of the instance fleet.
|
java.lang.Number |
getTargetOnDemandCapacity()
The target capacity of On-Demand units for the instance fleet, which determines how many On-Demand instances to provision.
|
java.lang.Number |
getTargetSpotCapacity()
The target capacity of Spot units for the instance fleet, which determines how many Spot instances to provision.
|
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 EmrCreateCluster.InstanceRoleType getInstanceFleetType()
EmrCreateCluster.InstanceFleetConfigProperty
Valid values are MASTER,CORE,and TASK.
getInstanceFleetType
in interface EmrCreateCluster.InstanceFleetConfigProperty
public final java.util.List<EmrCreateCluster.InstanceTypeConfigProperty> getInstanceTypeConfigs()
EmrCreateCluster.InstanceFleetConfigProperty
Default: No instanceTpeConfigs
getInstanceTypeConfigs
in interface EmrCreateCluster.InstanceFleetConfigProperty
public final EmrCreateCluster.InstanceFleetProvisioningSpecificationsProperty getLaunchSpecifications()
EmrCreateCluster.InstanceFleetConfigProperty
Default: No launchSpecifications
getLaunchSpecifications
in interface EmrCreateCluster.InstanceFleetConfigProperty
public final java.lang.String getName()
EmrCreateCluster.InstanceFleetConfigProperty
Default: No name
getName
in interface EmrCreateCluster.InstanceFleetConfigProperty
public final java.lang.Number getTargetOnDemandCapacity()
EmrCreateCluster.InstanceFleetConfigProperty
Default: No targetOnDemandCapacity
getTargetOnDemandCapacity
in interface EmrCreateCluster.InstanceFleetConfigProperty
public final java.lang.Number getTargetSpotCapacity()
EmrCreateCluster.InstanceFleetConfigProperty
Default: No targetSpotCapacity
getTargetSpotCapacity
in interface EmrCreateCluster.InstanceFleetConfigProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()