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

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

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

Methods in com.amazonaws.services.elasticmapreduce.model that return HadoopStepConfig
 HadoopStepConfig HadoopStepConfig.addPropertiesEntry(String key, String value)
          The list of Java properties that are set when the step runs.
 HadoopStepConfig HadoopStepConfig.clearPropertiesEntries()
          Removes all the entries added into Properties.
 HadoopStepConfig Step.getConfig()
          The Hadoop job configuration of the cluster step.
 HadoopStepConfig HadoopStepConfig.withArgs(Collection<String> args)
          The list of command line arguments to pass to the JAR file's main function for execution.
 HadoopStepConfig HadoopStepConfig.withArgs(String... args)
          The list of command line arguments to pass to the JAR file's main function for execution.
 HadoopStepConfig HadoopStepConfig.withJar(String jar)
          The path to the JAR file that runs during the step.
 HadoopStepConfig HadoopStepConfig.withMainClass(String mainClass)
          The name of the main class in the specified Java file.
 HadoopStepConfig HadoopStepConfig.withProperties(Map<String,String> properties)
          The list of Java properties that are set when the step runs.
 

Methods in com.amazonaws.services.elasticmapreduce.model with parameters of type HadoopStepConfig
 void Step.setConfig(HadoopStepConfig config)
          The Hadoop job configuration of the cluster step.
 Step Step.withConfig(HadoopStepConfig config)
          The Hadoop job configuration of the cluster step.
 



Copyright © 2016. All rights reserved.