|
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(java.lang.String name,
ScriptBootstrapActionConfig scriptBootstrapAction)
Constructs a new BootstrapActionConfig object. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getName()
The name of the bootstrap action. |
ScriptBootstrapActionConfig |
getScriptBootstrapAction()
The script run by the bootstrap action. |
int |
hashCode()
|
void |
setName(java.lang.String name)
The name of the bootstrap action. |
void |
setScriptBootstrapAction(ScriptBootstrapActionConfig scriptBootstrapAction)
The script run by the bootstrap action. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
BootstrapActionConfig |
withName(java.lang.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(java.lang.String name, ScriptBootstrapActionConfig scriptBootstrapAction)
name
- The name of the bootstrap action.scriptBootstrapAction
- The script run by the bootstrap action.Method Detail |
---|
public java.lang.String getName()
Constraints:
Length: 0 - 256
Pattern: [ -??-??-?\r\n\t]*
public void setName(java.lang.String name)
Constraints:
Length: 0 - 256
Pattern: [ -??-??-?\r\n\t]*
name
- The name of the bootstrap action.public BootstrapActionConfig withName(java.lang.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |