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

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

Introduction

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

The text is from its open source code.

Constructor

StepConfig()
Default constructor for StepConfig object.
StepConfig(String name, HadoopJarStepConfig hadoopJarStep)
Constructs a new StepConfig object.

Method

StringgetActionOnFailure()

The action to take when the cluster step fails.

HadoopJarStepConfiggetHadoopJarStep()

The JAR file used for the step.

StringgetName()

The name of the step.

voidsetActionOnFailure(String actionOnFailure)

The action to take when the cluster step fails.

voidsetActionOnFailure(ActionOnFailure actionOnFailure)

The action to take when the cluster step fails.

voidsetHadoopJarStep(HadoopJarStepConfig hadoopJarStep)

The JAR file used for the step.

voidsetName(String name)

The name of the step.

StepConfigwithActionOnFailure(String actionOnFailure)

The action to take when the cluster step fails.

StepConfigwithActionOnFailure(ActionOnFailure actionOnFailure)

The action to take when the cluster step fails.