Uses of Class
com.amazonaws.services.elasticmapreduce.model.ScriptBootstrapActionConfig
Packages that use ScriptBootstrapActionConfig
-
Uses of ScriptBootstrapActionConfig in com.amazonaws.services.elasticmapreduce.model
Methods in com.amazonaws.services.elasticmapreduce.model that return ScriptBootstrapActionConfigModifier and TypeMethodDescriptionScriptBootstrapActionConfig.clone()
BootstrapActionConfig.getScriptBootstrapAction()
The script run by the bootstrap action.A list of command line arguments to pass to the bootstrap action script.ScriptBootstrapActionConfig.withArgs
(Collection<String> args) A list of command line arguments to pass to the bootstrap action script.Location of the script to run during a bootstrap action.Methods in com.amazonaws.services.elasticmapreduce.model with parameters of type ScriptBootstrapActionConfigModifier and TypeMethodDescriptionvoid
BootstrapActionConfig.setScriptBootstrapAction
(ScriptBootstrapActionConfig scriptBootstrapAction) The script run by the bootstrap action.BootstrapActionConfig.withScriptBootstrapAction
(ScriptBootstrapActionConfig scriptBootstrapAction) The script run by the bootstrap action.Constructors in com.amazonaws.services.elasticmapreduce.model with parameters of type ScriptBootstrapActionConfigModifierConstructorDescriptionBootstrapActionConfig
(String name, ScriptBootstrapActionConfig scriptBootstrapAction) Constructs a new BootstrapActionConfig object.