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

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

Introduction

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

The text is from its open source code.

Constructor

Method

IntegergetBlockDurationMinutes()

The defined duration for Spot instances (also known as Spot blocks) in minutes.

StringgetTimeoutAction()

The action to take when TargetSpotCapacity has not been fulfilled when the TimeoutDurationMinutes has expired; that is, when all Spot instances could not be provisioned within the Spot provisioning timeout.

IntegergetTimeoutDurationMinutes()

The spot provisioning timeout period in minutes.

voidsetBlockDurationMinutes(Integer blockDurationMinutes)

The defined duration for Spot instances (also known as Spot blocks) in minutes.

voidsetTimeoutAction(String timeoutAction)

The action to take when TargetSpotCapacity has not been fulfilled when the TimeoutDurationMinutes has expired; that is, when all Spot instances could not be provisioned within the Spot provisioning timeout.

voidsetTimeoutAction(SpotProvisioningTimeoutAction timeoutAction)

The action to take when TargetSpotCapacity has not been fulfilled when the TimeoutDurationMinutes has expired; that is, when all Spot instances could not be provisioned within the Spot provisioning timeout.

voidsetTimeoutDurationMinutes(Integer timeoutDurationMinutes)

The spot provisioning timeout period in minutes.