Uses of Class
com.amazonaws.services.elasticmapreduce.model.ScriptBootstrapActionConfig
-
Packages that use ScriptBootstrapActionConfig Package Description com.amazonaws.services.elasticmapreduce.model -
-
Uses of ScriptBootstrapActionConfig in com.amazonaws.services.elasticmapreduce.model
Methods in com.amazonaws.services.elasticmapreduce.model that return ScriptBootstrapActionConfig Modifier and Type Method Description ScriptBootstrapActionConfig
ScriptBootstrapActionConfig. clone()
ScriptBootstrapActionConfig
BootstrapActionConfig. getScriptBootstrapAction()
The script run by the bootstrap action.ScriptBootstrapActionConfig
ScriptBootstrapActionConfig. withArgs(String... args)
A list of command line arguments to pass to the bootstrap action script.ScriptBootstrapActionConfig
ScriptBootstrapActionConfig. withArgs(Collection<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.Methods in com.amazonaws.services.elasticmapreduce.model with parameters of type ScriptBootstrapActionConfig Modifier and Type Method 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.Constructors in com.amazonaws.services.elasticmapreduce.model with parameters of type ScriptBootstrapActionConfig Constructor Description BootstrapActionConfig(String name, ScriptBootstrapActionConfig scriptBootstrapAction)
Constructs a new BootstrapActionConfig object.
-