|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.amazonaws.services.elasticmapreduce.model.ScriptBootstrapActionConfig
public class ScriptBootstrapActionConfig
Script Bootstrap Action Config
| Constructor Summary | |
|---|---|
ScriptBootstrapActionConfig()
|
|
| Method Summary | |
|---|---|
List<String> |
getArgs()
Returns the value of the Args property for this object. |
String |
getPath()
Returns the value of the Path property for this object. |
void |
setArgs(Collection<String> args)
Sets the value of the Args property for this object. |
void |
setPath(String path)
Sets the value of the Path property for this object. |
String |
toString()
|
ScriptBootstrapActionConfig |
withArgs(Collection<String> args)
Sets the value of the Args property for this object. |
ScriptBootstrapActionConfig |
withArgs(String... args)
Sets the value of the Args property for this object. |
ScriptBootstrapActionConfig |
withPath(String path)
Sets the value of the Path property for this object. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ScriptBootstrapActionConfig()
| Method Detail |
|---|
public String getPath()
public void setPath(String path)
path - The new value for the Path property for this object.public ScriptBootstrapActionConfig withPath(String path)
Returns a reference to this object so that method calls can be chained together.
path - The new value for the Path 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 ScriptBootstrapActionConfig 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 ScriptBootstrapActionConfig 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.
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||