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()
          Returns the value of the Instances property for this object.
 JobFlowInstancesDetail JobFlowInstancesDetail.withEc2KeyName(String ec2KeyName)
          Sets the value of the Ec2KeyName property for this object.
 JobFlowInstancesDetail JobFlowInstancesDetail.withInstanceCount(Integer instanceCount)
          Sets the value of the InstanceCount property for this object.
 JobFlowInstancesDetail JobFlowInstancesDetail.withKeepJobFlowAliveWhenNoSteps(Boolean keepJobFlowAliveWhenNoSteps)
          Sets the value of the KeepJobFlowAliveWhenNoSteps property for this object.
 JobFlowInstancesDetail JobFlowInstancesDetail.withMasterInstanceId(String masterInstanceId)
          Sets the value of the MasterInstanceId property for this object.
 JobFlowInstancesDetail JobFlowInstancesDetail.withMasterInstanceType(String masterInstanceType)
          Sets the value of the MasterInstanceType property for this object.
 JobFlowInstancesDetail JobFlowInstancesDetail.withMasterPublicDnsName(String masterPublicDnsName)
          Sets the value of the MasterPublicDnsName property for this object.
 JobFlowInstancesDetail JobFlowInstancesDetail.withPlacement(PlacementType placement)
          Sets the value of the Placement property for this object.
 JobFlowInstancesDetail JobFlowInstancesDetail.withSlaveInstanceType(String slaveInstanceType)
          Sets the value of the SlaveInstanceType property for this object.
 

Methods in com.amazonaws.services.elasticmapreduce.model with parameters of type JobFlowInstancesDetail
 void JobFlowDetail.setInstances(JobFlowInstancesDetail instances)
          Sets the value of the Instances property for this object.
 JobFlowDetail JobFlowDetail.withInstances(JobFlowInstancesDetail instances)
          Sets the value of the Instances property for this object.
 



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