| Package | Description |
|---|---|
| com.amazonaws.services.elasticmapreduce.model |
| Modifier and Type | Method and Description |
|---|---|
InstanceTypeConfig |
InstanceTypeConfig.clone() |
InstanceTypeConfig |
InstanceTypeConfig.withBidPrice(String bidPrice)
The bid price for each EC2 Spot Instance type as defined by
InstanceType. |
InstanceTypeConfig |
InstanceTypeConfig.withBidPriceAsPercentageOfOnDemandPrice(Double bidPriceAsPercentageOfOnDemandPrice)
The bid price, as a percentage of On-Demand price, for each EC2 Spot Instance as defined by
InstanceType. |
InstanceTypeConfig |
InstanceTypeConfig.withConfigurations(Collection<Configuration> configurations)
A configuration classification that applies when provisioning cluster instances, which can include configurations
for applications and software that run on the cluster.
|
InstanceTypeConfig |
InstanceTypeConfig.withConfigurations(Configuration... configurations)
A configuration classification that applies when provisioning cluster instances, which can include configurations
for applications and software that run on the cluster.
|
InstanceTypeConfig |
InstanceTypeConfig.withCustomAmiId(String customAmiId)
The custom AMI ID to use for the instance type.
|
InstanceTypeConfig |
InstanceTypeConfig.withEbsConfiguration(EbsConfiguration ebsConfiguration)
The configuration of Amazon Elastic Block Store (Amazon EBS) attached to each instance as defined by
InstanceType. |
InstanceTypeConfig |
InstanceTypeConfig.withInstanceType(String instanceType)
An EC2 instance type, such as
m3.xlarge. |
InstanceTypeConfig |
InstanceTypeConfig.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<InstanceTypeConfig> |
InstanceFleetConfig.getInstanceTypeConfigs()
The instance type configurations that define the EC2 instances in the instance fleet.
|
| Modifier and Type | Method and Description |
|---|---|
InstanceFleetConfig |
InstanceFleetConfig.withInstanceTypeConfigs(InstanceTypeConfig... instanceTypeConfigs)
The instance type configurations that define the EC2 instances in the instance fleet.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InstanceFleetConfig.setInstanceTypeConfigs(Collection<InstanceTypeConfig> instanceTypeConfigs)
The instance type configurations that define the EC2 instances in the instance fleet.
|
InstanceFleetConfig |
InstanceFleetConfig.withInstanceTypeConfigs(Collection<InstanceTypeConfig> instanceTypeConfigs)
The instance type configurations that define the EC2 instances in the instance fleet.
|
Copyright © 2021. All rights reserved.