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

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

Introduction

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

The text is from its open source code.

Constructor

Method

StringgetId()

The unique identifier of the instance fleet.

StringgetInstanceFleetType()

The node type that the instance fleet hosts.

java.util.ListgetInstanceTypeSpecifications()

The specification for the instance types that comprise an instance fleet.

InstanceFleetProvisioningSpecificationsgetLaunchSpecifications()

Describes the launch specification for an instance fleet.

StringgetName()

A friendly name for the instance fleet.

IntegergetProvisionedOnDemandCapacity()

The number of On-Demand units that have been provisioned for the instance fleet to fulfill TargetOnDemandCapacity.

IntegergetProvisionedSpotCapacity()

The number of Spot units that have been provisioned for this instance fleet to fulfill TargetSpotCapacity.

InstanceFleetStatusgetStatus()

The current status of the instance fleet.

IntegergetTargetOnDemandCapacity()

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

IntegergetTargetSpotCapacity()

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

voidsetId(String id)

The unique identifier of the instance fleet.

voidsetName(String name)

A friendly name for the instance fleet.