Java com.amazonaws.services.elasticmapreduce.model InstanceTypeConfig fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.elasticmapreduce.model InstanceTypeConfig fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.elasticmapreduce.model InstanceTypeConfig.

The text is from its open source code.

Constructor

Method

voidsetBidPrice(String bidPrice)

The bid price for each EC2 Spot instance type as defined by InstanceType.

voidsetBidPriceAsPercentageOfOnDemandPrice(Double bidPriceAsPercentageOfOnDemandPrice)

The bid price, as a percentage of On-Demand price, for each EC2 Spot instance as defined by InstanceType.

voidsetConfigurations(java.util.Collection configurations)

A configuration classification that applies when provisioning cluster instances, which can include configurations for applications and software that run on the cluster.

voidsetEbsConfiguration(EbsConfiguration ebsConfiguration)

The configuration of Amazon Elastic Block Storage (EBS) attached to each instance as defined by InstanceType.

voidsetInstanceType(String instanceType)

An EC2 instance type, such as m3.xlarge.

voidsetWeightedCapacity(Integer weightedCapacity)

The number of units that a provisioned instance of this type provides toward fulfilling the target capacities defined in InstanceFleetConfig.