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

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

Introduction

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

The text is from its open source code.

Constructor

AddJobFlowStepsRequest()
Default constructor for AddJobFlowStepsRequest object.
AddJobFlowStepsRequest(String jobFlowId, java.util.List steps)
Constructs a new AddJobFlowStepsRequest object.

Method

StringgetJobFlowId()

A string that uniquely identifies the job flow.

java.util.ListgetSteps()

A list of StepConfig to be executed by the job flow.

voidsetJobFlowId(String jobFlowId)

A string that uniquely identifies the job flow.

voidsetSteps(java.util.Collection steps)

A list of StepConfig to be executed by the job flow.