|
||||||||||
| 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
Bootstrap Action Config
| Constructor Summary | |
|---|---|
BootstrapActionConfig()
|
|
| Method Summary | |
|---|---|
String |
getName()
Returns the value of the Name property for this object. |
ScriptBootstrapActionConfig |
getScriptBootstrapAction()
Returns the value of the ScriptBootstrapAction property for this object. |
void |
setName(String name)
Sets the value of the Name property for this object. |
void |
setScriptBootstrapAction(ScriptBootstrapActionConfig scriptBootstrapAction)
Sets the value of the ScriptBootstrapAction property for this object. |
String |
toString()
|
BootstrapActionConfig |
withName(String name)
Sets the value of the Name property for this object. |
BootstrapActionConfig |
withScriptBootstrapAction(ScriptBootstrapActionConfig scriptBootstrapAction)
Sets the value of the ScriptBootstrapAction property for this object. |
| 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 new value for the Name property for this object.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 new value for the Name property for this object.
public ScriptBootstrapActionConfig getScriptBootstrapAction()
public void setScriptBootstrapAction(ScriptBootstrapActionConfig scriptBootstrapAction)
scriptBootstrapAction - The new value for the ScriptBootstrapAction property for this object.public BootstrapActionConfig withScriptBootstrapAction(ScriptBootstrapActionConfig scriptBootstrapAction)
Returns a reference to this object so that method calls can be chained together.
scriptBootstrapAction - The new value for the ScriptBootstrapAction 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 | |||||||||