|
Did this page help you?Yes No Tell us about it... |
||||||
| 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()
Default constructor for a new BootstrapActionConfig object. |
|
BootstrapActionConfig(String name,
ScriptBootstrapActionConfig scriptBootstrapAction)
Constructs a new BootstrapActionConfig object. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
String |
getName()
The name of the bootstrap action. |
ScriptBootstrapActionConfig |
getScriptBootstrapAction()
The script run by the bootstrap action. |
int |
hashCode()
|
void |
setName(String name)
The name of the bootstrap action. |
void |
setScriptBootstrapAction(ScriptBootstrapActionConfig scriptBootstrapAction)
The script run by the bootstrap action. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
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 |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public BootstrapActionConfig()
public BootstrapActionConfig(String name,
ScriptBootstrapActionConfig scriptBootstrapAction)
name - The name of the bootstrap action.scriptBootstrapAction - The script run by the bootstrap action.| Method Detail |
|---|
public String getName()
Constraints:
Length: 0 - 256
Pattern: [ -??-??-?\r\n\t]*
public void setName(String name)
Constraints:
Length: 0 - 256
Pattern: [ -??-??-?\r\n\t]*
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: 0 - 256
Pattern: [ -??-??-?\r\n\t]*
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 ObjectObject.toString()public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||