Uses of Class
com.amazonaws.services.elasticmapreduce.model.ScriptBootstrapActionConfig

Packages that use ScriptBootstrapActionConfig
com.amazonaws.services.elasticmapreduce.model Classes modeling the various types represented by AmazonElasticMapReduce. 
 

Uses of ScriptBootstrapActionConfig in com.amazonaws.services.elasticmapreduce.model
 

Methods in com.amazonaws.services.elasticmapreduce.model that return ScriptBootstrapActionConfig
 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.
 

Methods in com.amazonaws.services.elasticmapreduce.model with parameters of type ScriptBootstrapActionConfig
 void BootstrapActionConfig.setScriptBootstrapAction(ScriptBootstrapActionConfig scriptBootstrapAction)
          The script run by the bootstrap action.
 BootstrapActionConfig BootstrapActionConfig.withScriptBootstrapAction(ScriptBootstrapActionConfig scriptBootstrapAction)
          The script run by the bootstrap action.
 



Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.