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

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

Introduction

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

The text is from its open source code.

Constructor

Method

StringgetActionOnFailure()

The action to take when the cluster step fails.

HadoopStepConfiggetConfig()

The Hadoop job configuration of the cluster step.

StringgetId()

The identifier of the cluster step.

StringgetName()

The name of the cluster step.

StepStatusgetStatus()

The current execution status details of the cluster step.

voidsetId(String id)

The identifier of the cluster step.