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()
          Describes the Amazon EC2 instances of the job flow.
 JobFlowInstancesDetail JobFlowInstancesDetail.withEc2KeyName(String ec2KeyName)
          The name of an Amazon EC2 key pair that can be used to ssh to the master node of job flow.
 JobFlowInstancesDetail JobFlowInstancesDetail.withHadoopVersion(String hadoopVersion)
          Specifies the Hadoop version for the job flow.
 JobFlowInstancesDetail JobFlowInstancesDetail.withInstanceCount(Integer instanceCount)
          The number of Amazon EC2 instances in the cluster.
 JobFlowInstancesDetail JobFlowInstancesDetail.withKeepJobFlowAliveWhenNoSteps(Boolean keepJobFlowAliveWhenNoSteps)
          Specifies whether or not the job flow should terminate after completing all steps.
 JobFlowInstancesDetail JobFlowInstancesDetail.withMasterInstanceId(String masterInstanceId)
          The Amazon EC2 instance identifier of the master node.
 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)
          Specifies the Amazon EC2 Availability Zone for the job flow.
 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)
          Describes the Amazon EC2 instances of the job flow.
 JobFlowDetail JobFlowDetail.withInstances(JobFlowInstancesDetail instances)
          Describes the Amazon EC2 instances of the job flow.
 



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