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

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

Introduction

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

The text is from its open source code.

Constructor

HadoopJarStepConfig()
Default constructor for HadoopJarStepConfig object.
HadoopJarStepConfig(String jar)
Constructs a new HadoopJarStepConfig object.

Method

java.util.ListgetArgs()

A list of command line arguments passed to the JAR file's main function when executed.

StringgetJar()

A path to a JAR file run during the step.

StringgetMainClass()

The name of the main class in the specified Java file.

voidsetArgs(java.util.Collection args)

A list of command line arguments passed to the JAR file's main function when executed.

voidsetJar(String jar)

A path to a JAR file run during the step.

voidsetMainClass(String mainClass)

The name of the main class in the specified Java file.

HadoopJarStepConfigwithJar(String jar)

A path to a JAR file run during the step.