Package | Description |
---|---|
com.amazonaws.services.elasticmapreduce.model |
Modifier and Type | Method and Description |
---|---|
InstanceFleetConfig |
InstanceFleetConfig.clone() |
InstanceFleetConfig |
AddInstanceFleetRequest.getInstanceFleet()
Specifies the configuration of the instance fleet.
|
InstanceFleetConfig |
InstanceFleetConfig.withInstanceFleetType(InstanceFleetType instanceFleetType)
The node type that the instance fleet hosts.
|
InstanceFleetConfig |
InstanceFleetConfig.withInstanceFleetType(String instanceFleetType)
The node type that the instance fleet hosts.
|
InstanceFleetConfig |
InstanceFleetConfig.withInstanceTypeConfigs(Collection<InstanceTypeConfig> instanceTypeConfigs)
The instance type configurations that define the EC2 instances in the instance fleet.
|
InstanceFleetConfig |
InstanceFleetConfig.withInstanceTypeConfigs(InstanceTypeConfig... instanceTypeConfigs)
The instance type configurations that define the EC2 instances in the instance fleet.
|
InstanceFleetConfig |
InstanceFleetConfig.withLaunchSpecifications(InstanceFleetProvisioningSpecifications launchSpecifications)
The launch specification for the instance fleet.
|
InstanceFleetConfig |
InstanceFleetConfig.withName(String name)
The friendly name of the instance fleet.
|
InstanceFleetConfig |
InstanceFleetConfig.withTargetOnDemandCapacity(Integer targetOnDemandCapacity)
The target capacity of On-Demand units for the instance fleet, which determines how many On-Demand instances to
provision.
|
InstanceFleetConfig |
InstanceFleetConfig.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<InstanceFleetConfig> |
JobFlowInstancesConfig.getInstanceFleets()
|
Modifier and Type | Method and Description |
---|---|
void |
AddInstanceFleetRequest.setInstanceFleet(InstanceFleetConfig instanceFleet)
Specifies the configuration of the instance fleet.
|
AddInstanceFleetRequest |
AddInstanceFleetRequest.withInstanceFleet(InstanceFleetConfig instanceFleet)
Specifies the configuration of the instance fleet.
|
JobFlowInstancesConfig |
JobFlowInstancesConfig.withInstanceFleets(InstanceFleetConfig... instanceFleets)
|
Modifier and Type | Method and Description |
---|---|
void |
JobFlowInstancesConfig.setInstanceFleets(Collection<InstanceFleetConfig> instanceFleets)
|
JobFlowInstancesConfig |
JobFlowInstancesConfig.withInstanceFleets(Collection<InstanceFleetConfig> instanceFleets)
|
Copyright © 2019. All rights reserved.