public class BootstrapActionDetail extends Object implements Serializable
Reports the configuration of a bootstrap action in a job flow.
| Constructor and Description | 
|---|
| BootstrapActionDetail()Default constructor for a new BootstrapActionDetail object. | 
| BootstrapActionDetail(BootstrapActionConfig bootstrapActionConfig)Constructs a new BootstrapActionDetail object. | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object obj) | 
| BootstrapActionConfig | getBootstrapActionConfig()A description of the bootstrap action. | 
| int | hashCode() | 
| 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. | 
public BootstrapActionDetail()
public BootstrapActionDetail(BootstrapActionConfig bootstrapActionConfig)
bootstrapActionConfig - A description of the bootstrap action.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()Copyright © 2014. All rights reserved.