|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.amazonaws.services.elasticmapreduce.model.HadoopJarStepConfig
public class HadoopJarStepConfig
| Constructor Summary | |
|---|---|
HadoopJarStepConfig()
|
|
| Method Summary | |
|---|---|
List<String> |
getArgs()
A list of arguments for the job flow's steps. |
String |
getJar()
|
String |
getMainClass()
The name of the main class in the specified Java file. |
List<KeyValue> |
getProperties()
A list of KeyValue instances. |
void |
setArgs(Collection<String> args)
A list of arguments for the job flow's steps. |
void |
setJar(String jar)
|
void |
setMainClass(String mainClass)
The name of the main class in the specified Java file. |
void |
setProperties(Collection<KeyValue> properties)
A list of KeyValue instances. |
String |
toString()
|
HadoopJarStepConfig |
withArgs(Collection<String> args)
A list of arguments for the job flow's steps. |
HadoopJarStepConfig |
withArgs(String... args)
A list of arguments for the job flow's steps. |
HadoopJarStepConfig |
withJar(String jar)
|
HadoopJarStepConfig |
withMainClass(String mainClass)
The name of the main class in the specified Java file. |
HadoopJarStepConfig |
withProperties(Collection<KeyValue> properties)
A list of KeyValue instances. |
HadoopJarStepConfig |
withProperties(KeyValue... properties)
A list of KeyValue instances. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public HadoopJarStepConfig()
| Method Detail |
|---|
public List<KeyValue> getProperties()
public void setProperties(Collection<KeyValue> properties)
properties - A list of KeyValue instances.public HadoopJarStepConfig withProperties(KeyValue... properties)
Returns a reference to this object so that method calls can be chained together.
properties - A list of KeyValue instances.
public HadoopJarStepConfig withProperties(Collection<KeyValue> properties)
Returns a reference to this object so that method calls can be chained together.
properties - A list of KeyValue instances.
public String getJar()
public void setJar(String jar)
jar - public HadoopJarStepConfig withJar(String jar)
Returns a reference to this object so that method calls can be chained together.
jar -
public String getMainClass()
public void setMainClass(String mainClass)
mainClass - The name of the main class in the specified Java file.public HadoopJarStepConfig withMainClass(String mainClass)
Returns a reference to this object so that method calls can be chained together.
mainClass - The name of the main class in the specified Java file.
public List<String> getArgs()
public void setArgs(Collection<String> args)
args - A list of arguments for the job flow's steps.public HadoopJarStepConfig withArgs(String... args)
Returns a reference to this object so that method calls can be chained together.
args - A list of arguments for the job flow's steps.
public HadoopJarStepConfig withArgs(Collection<String> args)
Returns a reference to this object so that method calls can be chained together.
args - A list of arguments for the job flow's steps.
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||