|
|||||||
| 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()
Returns a string representation of this object; useful for testing and debugging. |
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 ObjectObject.toString()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||