| Package | Description |
|---|---|
| com.amazonaws.services.elasticmapreduce.model |
| Modifier and Type | Method and Description |
|---|---|
InstanceTypeSpecification |
InstanceTypeSpecification.clone() |
InstanceTypeSpecification |
InstanceTypeSpecification.withBidPrice(String bidPrice)
The bid price for each EC2 Spot instance type as defined by
InstanceType. |
InstanceTypeSpecification |
InstanceTypeSpecification.withBidPriceAsPercentageOfOnDemandPrice(Double bidPriceAsPercentageOfOnDemandPrice)
The bid price, as a percentage of On-Demand price, for each EC2 Spot instance as defined by
InstanceType. |
InstanceTypeSpecification |
InstanceTypeSpecification.withConfigurations(Collection<Configuration> configurations)
A configuration classification that applies when provisioning cluster instances, which can include configurations
for applications and software bundled with Amazon EMR.
|
InstanceTypeSpecification |
InstanceTypeSpecification.withConfigurations(Configuration... configurations)
A configuration classification that applies when provisioning cluster instances, which can include configurations
for applications and software bundled with Amazon EMR.
|
InstanceTypeSpecification |
InstanceTypeSpecification.withEbsBlockDevices(Collection<EbsBlockDevice> ebsBlockDevices)
The configuration of Amazon Elastic Block Storage (EBS) attached to each instance as defined by
InstanceType. |
InstanceTypeSpecification |
InstanceTypeSpecification.withEbsBlockDevices(EbsBlockDevice... ebsBlockDevices)
The configuration of Amazon Elastic Block Storage (EBS) attached to each instance as defined by
InstanceType. |
InstanceTypeSpecification |
InstanceTypeSpecification.withEbsOptimized(Boolean ebsOptimized)
Evaluates to
TRUE when the specified InstanceType is EBS-optimized. |
InstanceTypeSpecification |
InstanceTypeSpecification.withInstanceType(String instanceType)
The EC2 instance type, for example
m3.xlarge. |
InstanceTypeSpecification |
InstanceTypeSpecification.withWeightedCapacity(Integer weightedCapacity)
The number of units that a provisioned instance of this type provides toward fulfilling the target capacities
defined in InstanceFleetConfig.
|
| Modifier and Type | Method and Description |
|---|---|
List<InstanceTypeSpecification> |
InstanceFleet.getInstanceTypeSpecifications()
The specification for the instance types that comprise an instance fleet.
|
| Modifier and Type | Method and Description |
|---|---|
InstanceFleet |
InstanceFleet.withInstanceTypeSpecifications(InstanceTypeSpecification... instanceTypeSpecifications)
The specification for the instance types that comprise an instance fleet.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InstanceFleet.setInstanceTypeSpecifications(Collection<InstanceTypeSpecification> instanceTypeSpecifications)
The specification for the instance types that comprise an instance fleet.
|
InstanceFleet |
InstanceFleet.withInstanceTypeSpecifications(Collection<InstanceTypeSpecification> instanceTypeSpecifications)
The specification for the instance types that comprise an instance fleet.
|
Copyright © 2019. All rights reserved.