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

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

Introduction

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

The text is from its open source code.

Constructor

Method

StringgetClusterId()

The identifier of the cluster for which to list the steps.

java.util.ListgetStepStates()

The filter to limit the step list based on certain states.

voidsetClusterId(String clusterId)

The identifier of the cluster for which to list the steps.