| Package | Description | 
|---|---|
| com.amazonaws.services.elasticmapreduce.model | Classes modeling the various types represented by AmazonElasticMapReduce. | 
| Modifier and Type | Method and Description | 
|---|---|
| ScriptBootstrapActionConfig | BootstrapActionConfig. getScriptBootstrapAction()The script run by the bootstrap action. | 
| ScriptBootstrapActionConfig | ScriptBootstrapActionConfig. withArgs(Collection<String> args)A list of command line arguments to pass to the bootstrap action
 script. | 
| ScriptBootstrapActionConfig | ScriptBootstrapActionConfig. withArgs(String... args)A list of command line arguments to pass to the bootstrap action
 script. | 
| ScriptBootstrapActionConfig | ScriptBootstrapActionConfig. withPath(String path)Location of the script to run during a bootstrap action. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | BootstrapActionConfig. setScriptBootstrapAction(ScriptBootstrapActionConfig scriptBootstrapAction)The script run by the bootstrap action. | 
| BootstrapActionConfig | BootstrapActionConfig. withScriptBootstrapAction(ScriptBootstrapActionConfig scriptBootstrapAction)The script run by the bootstrap action. | 
| Constructor and Description | 
|---|
| BootstrapActionConfig(String name,
                     ScriptBootstrapActionConfig scriptBootstrapAction)Constructs a new BootstrapActionConfig object. | 
Copyright © 2014. All rights reserved.