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

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

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

Methods in com.amazonaws.services.elasticmapreduce.model that return JobFlowInstancesDetail
 JobFlowInstancesDetail JobFlowDetail.getInstances()
          A container for the instances detail of the job flow.
 JobFlowInstancesDetail JobFlowInstancesDetail.withEc2KeyName(String ec2KeyName)
          A KeyName that maps to a public key-private key pair, which is required to launch the master node.
 JobFlowInstancesDetail JobFlowInstancesDetail.withHadoopVersion(String hadoopVersion)
          Sets the value of the HadoopVersion property for this object.
 JobFlowInstancesDetail JobFlowInstancesDetail.withInstanceCount(Integer instanceCount)
          The number of Amazon EC2 instances in the cluster.
 JobFlowInstancesDetail JobFlowInstancesDetail.withKeepJobFlowAliveWhenNoSteps(Boolean keepJobFlowAliveWhenNoSteps)
          Specifies whether (true) or not (false) to keep the EC2 cluster engaged after all steps in the job flow complete.
 JobFlowInstancesDetail JobFlowInstancesDetail.withMasterInstanceId(String masterInstanceId)
          The ID that uniquely identifies the master node instance.
 JobFlowInstancesDetail JobFlowInstancesDetail.withMasterInstanceType(String masterInstanceType)
          The Amazon EC2 master node instance type.
 JobFlowInstancesDetail JobFlowInstancesDetail.withMasterPublicDnsName(String masterPublicDnsName)
          The DNS name of the master node.
 JobFlowInstancesDetail JobFlowInstancesDetail.withPlacement(PlacementType placement)
          A container for the placement type of the job flow instance.
 JobFlowInstancesDetail JobFlowInstancesDetail.withSlaveInstanceType(String slaveInstanceType)
          The Amazon EC2 slave node instance type.
 

Methods in com.amazonaws.services.elasticmapreduce.model with parameters of type JobFlowInstancesDetail
 void JobFlowDetail.setInstances(JobFlowInstancesDetail instances)
          A container for the instances detail of the job flow.
 JobFlowDetail JobFlowDetail.withInstances(JobFlowInstancesDetail instances)
          A container for the instances detail of the job flow.
 



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