| Package | Description | 
|---|---|
| com.amazonaws.services.elasticmapreduce.model | 
| Modifier and Type | Method and Description | 
|---|---|
| ScriptBootstrapActionConfig | ScriptBootstrapActionConfig. clone() | 
| 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 © 2020. All rights reserved.