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

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

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

Methods in com.amazonaws.services.elasticmapreduce.model that return StepConfig
 StepConfig StepDetail.getStepConfig()
          The step configuration.
 StepConfig StepConfig.withActionOnFailure(String actionOnFailure)
          Specifies what happens to the Amazon EC2 cluster when the job flow results in an error.
 StepConfig StepConfig.withHadoopJarStep(HadoopJarStepConfig hadoopJarStep)
          Specifies a Hadoop step.
 StepConfig StepConfig.withName(String name)
          The name of the step.
 

Methods in com.amazonaws.services.elasticmapreduce.model that return types with arguments of type StepConfig
 List<StepConfig> RunJobFlowRequest.getSteps()
          A list of Step instances containing information about the steps to be executed.
 List<StepConfig> AddJobFlowStepsRequest.getSteps()
          A list of Step instances containing information about the steps to be added.
 

Methods in com.amazonaws.services.elasticmapreduce.model with parameters of type StepConfig
 void StepDetail.setStepConfig(StepConfig stepConfig)
          The step configuration.
 StepDetail StepDetail.withStepConfig(StepConfig stepConfig)
          The step configuration.
 RunJobFlowRequest RunJobFlowRequest.withSteps(StepConfig... steps)
          A list of Step instances containing information about the steps to be executed.
 AddJobFlowStepsRequest AddJobFlowStepsRequest.withSteps(StepConfig... steps)
          A list of Step instances containing information about the steps to be added.
 

Method parameters in com.amazonaws.services.elasticmapreduce.model with type arguments of type StepConfig
 void RunJobFlowRequest.setSteps(Collection<StepConfig> steps)
          A list of Step instances containing information about the steps to be executed.
 void AddJobFlowStepsRequest.setSteps(Collection<StepConfig> steps)
          A list of Step instances containing information about the steps to be added.
 RunJobFlowRequest RunJobFlowRequest.withSteps(Collection<StepConfig> steps)
          A list of Step instances containing information about the steps to be executed.
 AddJobFlowStepsRequest AddJobFlowStepsRequest.withSteps(Collection<StepConfig> steps)
          A list of Step instances containing information about the steps to be added.
 



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