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

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

Introduction

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

The text is from its open source code.

Constructor

Method

voidsetInstanceFleetType(String instanceFleetType)

The node type that the instance fleet hosts.

voidsetInstanceFleetType(InstanceFleetType instanceFleetType)

The node type that the instance fleet hosts.

voidsetInstanceTypeConfigs(java.util.Collection instanceTypeConfigs)

The instance type configurations that define the EC2 instances in the instance fleet.

voidsetLaunchSpecifications(InstanceFleetProvisioningSpecifications launchSpecifications)

The launch specification for the instance fleet.

voidsetName(String name)

The friendly name of the instance fleet.

voidsetTargetOnDemandCapacity(Integer targetOnDemandCapacity)

The target capacity of On-Demand units for the instance fleet, which determines how many On-Demand instances to provision.

voidsetTargetSpotCapacity(Integer targetSpotCapacity)

The target capacity of Spot units for the instance fleet, which determines how many Spot instances to provision.