|
||||||||||
| 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
Hadoop Jar Step Config
| Constructor Summary | |
|---|---|
HadoopJarStepConfig()
|
|
| Method Summary | |
|---|---|
List<String> |
getArgs()
Returns the value of the Args property for this object. |
String |
getJar()
Returns the value of the Jar property for this object. |
String |
getMainClass()
Returns the value of the MainClass property for this object. |
List<KeyValue> |
getProperties()
Returns the value of the Properties property for this object. |
void |
setArgs(Collection<String> args)
Sets the value of the Args property for this object. |
void |
setJar(String jar)
Sets the value of the Jar property for this object. |
void |
setMainClass(String mainClass)
Sets the value of the MainClass property for this object. |
void |
setProperties(Collection<KeyValue> properties)
Sets the value of the Properties property for this object. |
HadoopJarStepConfig |
withArgs(Collection<String> args)
Sets the value of the Args property for this object. |
HadoopJarStepConfig |
withArgs(String... args)
Sets the value of the Args property for this object. |
HadoopJarStepConfig |
withJar(String jar)
Sets the value of the Jar property for this object. |
HadoopJarStepConfig |
withMainClass(String mainClass)
Sets the value of the MainClass property for this object. |
HadoopJarStepConfig |
withProperties(Collection<KeyValue> properties)
Sets the value of the Properties property for this object. |
HadoopJarStepConfig |
withProperties(KeyValue... properties)
Sets the value of the Properties property for this object. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HadoopJarStepConfig()
| Method Detail |
|---|
public List<KeyValue> getProperties()
public void setProperties(Collection<KeyValue> properties)
properties - The new value for the Properties property for this object.public HadoopJarStepConfig withProperties(KeyValue... properties)
Returns a reference to this object so that method calls can be chained together.
properties - The new value for the Properties property for this object.
public HadoopJarStepConfig withProperties(Collection<KeyValue> properties)
Returns a reference to this object so that method calls can be chained together.
properties - The new value for the Properties property for this object.
public String getJar()
public void setJar(String jar)
jar - The new value for the Jar property for this object.public HadoopJarStepConfig withJar(String jar)
Returns a reference to this object so that method calls can be chained together.
jar - The new value for the Jar property for this object.
public String getMainClass()
public void setMainClass(String mainClass)
mainClass - The new value for the MainClass property for this object.public HadoopJarStepConfig withMainClass(String mainClass)
Returns a reference to this object so that method calls can be chained together.
mainClass - The new value for the MainClass property for this object.
public List<String> getArgs()
public void setArgs(Collection<String> args)
args - The new value for the Args property for this object.public HadoopJarStepConfig withArgs(String... args)
Returns a reference to this object so that method calls can be chained together.
args - The new value for the Args property for this object.
public HadoopJarStepConfig withArgs(Collection<String> args)
Returns a reference to this object so that method calls can be chained together.
args - The new value for the Args property for this object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||