|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.elasticmapreduce.model.BootstrapActionDetail
public class BootstrapActionDetail
Reports the configuration of a bootstrap action in a job flow.
Constructor Summary | |
---|---|
BootstrapActionDetail()
|
Method Summary | |
---|---|
BootstrapActionConfig |
getBootstrapActionConfig()
A description of the bootstrap action. |
void |
setBootstrapActionConfig(BootstrapActionConfig bootstrapActionConfig)
A description of the bootstrap action. |
String |
toString()
|
BootstrapActionDetail |
withBootstrapActionConfig(BootstrapActionConfig bootstrapActionConfig)
A description of the bootstrap action. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public BootstrapActionDetail()
Method Detail |
---|
public BootstrapActionConfig getBootstrapActionConfig()
public void setBootstrapActionConfig(BootstrapActionConfig bootstrapActionConfig)
bootstrapActionConfig
- A description of the bootstrap action.public BootstrapActionDetail withBootstrapActionConfig(BootstrapActionConfig bootstrapActionConfig)
Returns a reference to this object so that method calls can be chained together.
bootstrapActionConfig
- A description of 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 |