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

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

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

Methods in com.amazonaws.services.elasticmapreduce.model that return JobFlowInstancesConfig
 JobFlowInstancesConfig RunJobFlowRequest.getInstances()
          

 JobFlowInstancesConfig JobFlowInstancesConfig.withEc2KeyName(String ec2KeyName)
          A container for the Ec2 key name of the job flow instances config.
 JobFlowInstancesConfig JobFlowInstancesConfig.withHadoopVersion(String hadoopVersion)
          Sets the value of the HadoopVersion property for this object.
 JobFlowInstancesConfig JobFlowInstancesConfig.withInstanceCount(Integer instanceCount)
          The number of EC2 instances in the cluster.
 JobFlowInstancesConfig JobFlowInstancesConfig.withKeepJobFlowAliveWhenNoSteps(Boolean keepJobFlowAliveWhenNoSteps)
          Specifies whether (true) or not (false) to keep the EC2 cluster enganged after all steps in the job flow complete.
 JobFlowInstancesConfig JobFlowInstancesConfig.withMasterInstanceType(String masterInstanceType)
          The EC2 instance type of the master node.
 JobFlowInstancesConfig JobFlowInstancesConfig.withPlacement(PlacementType placement)
          A container for the placement type of the job flow instances config.
 JobFlowInstancesConfig JobFlowInstancesConfig.withSlaveInstanceType(String slaveInstanceType)
          The EC2 instance type of the slave nodes.
 

Methods in com.amazonaws.services.elasticmapreduce.model with parameters of type JobFlowInstancesConfig
 void RunJobFlowRequest.setInstances(JobFlowInstancesConfig instances)
          

 RunJobFlowRequest RunJobFlowRequest.withInstances(JobFlowInstancesConfig instances)
          

 



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