|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.elasticmapreduce.model.BootstrapActionConfig
public class BootstrapActionConfig
Configuration of a bootstrap action.
Constructor Summary | |
---|---|
BootstrapActionConfig()
|
Method Summary | |
---|---|
String |
getName()
The name of the bootstrap action. |
ScriptBootstrapActionConfig |
getScriptBootstrapAction()
The script run by the bootstrap action. |
void |
setName(String name)
The name of the bootstrap action. |
void |
setScriptBootstrapAction(ScriptBootstrapActionConfig scriptBootstrapAction)
The script run by the bootstrap action. |
String |
toString()
|
BootstrapActionConfig |
withName(String name)
The name of the bootstrap action. |
BootstrapActionConfig |
withScriptBootstrapAction(ScriptBootstrapActionConfig scriptBootstrapAction)
The script run by the bootstrap action. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public BootstrapActionConfig()
Method Detail |
---|
public String getName()
Constraints:
Length: 1 - 256
public void setName(String name)
Constraints:
Length: 1 - 256
name
- The name of the bootstrap action.public BootstrapActionConfig withName(String name)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 256
name
- The name of the bootstrap action.
public ScriptBootstrapActionConfig getScriptBootstrapAction()
public void setScriptBootstrapAction(ScriptBootstrapActionConfig scriptBootstrapAction)
scriptBootstrapAction
- The script run by the bootstrap action.public BootstrapActionConfig withScriptBootstrapAction(ScriptBootstrapActionConfig scriptBootstrapAction)
Returns a reference to this object so that method calls can be chained together.
scriptBootstrapAction
- The script run by the bootstrap action.
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |