| Package | Description | 
|---|---|
| com.amazonaws.services.elasticmapreduce.model | 
| Modifier and Type | Method and Description | 
|---|---|
| InstanceFleet | InstanceFleet. clone() | 
| InstanceFleet | InstanceFleet. withId(String id)
 The unique identifier of the instance fleet. | 
| InstanceFleet | InstanceFleet. withInstanceFleetType(InstanceFleetType instanceFleetType)
 The node type that the instance fleet hosts. | 
| InstanceFleet | InstanceFleet. withInstanceFleetType(String instanceFleetType)
 The node type that the instance fleet hosts. | 
| InstanceFleet | InstanceFleet. withInstanceTypeSpecifications(Collection<InstanceTypeSpecification> instanceTypeSpecifications)
 The specification for the instance types that comprise an instance fleet. | 
| InstanceFleet | InstanceFleet. withInstanceTypeSpecifications(InstanceTypeSpecification... instanceTypeSpecifications)
 The specification for the instance types that comprise an instance fleet. | 
| InstanceFleet | InstanceFleet. withLaunchSpecifications(InstanceFleetProvisioningSpecifications launchSpecifications)
 Describes the launch specification for an instance fleet. | 
| InstanceFleet | InstanceFleet. withName(String name)
 A friendly name for the instance fleet. | 
| InstanceFleet | InstanceFleet. withProvisionedOnDemandCapacity(Integer provisionedOnDemandCapacity)
 The number of On-Demand units that have been provisioned for the instance fleet to fulfill
  TargetOnDemandCapacity. | 
| InstanceFleet | InstanceFleet. withProvisionedSpotCapacity(Integer provisionedSpotCapacity)
 The number of Spot units that have been provisioned for this instance fleet to fulfill
  TargetSpotCapacity. | 
| InstanceFleet | InstanceFleet. withStatus(InstanceFleetStatus status)
 The current status of the instance fleet. | 
| InstanceFleet | InstanceFleet. withTargetOnDemandCapacity(Integer targetOnDemandCapacity)
 The target capacity of On-Demand units for the instance fleet, which determines how many On-Demand instances to
 provision. | 
| InstanceFleet | InstanceFleet. withTargetSpotCapacity(Integer targetSpotCapacity)
 The target capacity of Spot units for the instance fleet, which determines how many Spot instances to provision. | 
| Modifier and Type | Method and Description | 
|---|---|
| List<InstanceFleet> | ListInstanceFleetsResult. getInstanceFleets()
 The list of instance fleets for the cluster and given filters. | 
| Modifier and Type | Method and Description | 
|---|---|
| ListInstanceFleetsResult | ListInstanceFleetsResult. withInstanceFleets(InstanceFleet... instanceFleets)
 The list of instance fleets for the cluster and given filters. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ListInstanceFleetsResult. setInstanceFleets(Collection<InstanceFleet> instanceFleets)
 The list of instance fleets for the cluster and given filters. | 
| ListInstanceFleetsResult | ListInstanceFleetsResult. withInstanceFleets(Collection<InstanceFleet> instanceFleets)
 The list of instance fleets for the cluster and given filters. | 
Copyright © 2017. All rights reserved.