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

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

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

Methods in com.amazonaws.services.elasticmapreduce.model that return InstanceGroupDetail
 InstanceGroupDetail InstanceGroupDetail.withBidPrice(String bidPrice)
          Bid price for EC2 Instances when launching nodes as Spot Instances, expressed in USD.
 InstanceGroupDetail InstanceGroupDetail.withCreationDateTime(Date creationDateTime)
          The date/time the instance group was created.
 InstanceGroupDetail InstanceGroupDetail.withEndDateTime(Date endDateTime)
          The date/time the instance group was terminated.
 InstanceGroupDetail InstanceGroupDetail.withInstanceGroupId(String instanceGroupId)
          Unique identifier for the instance group.
 InstanceGroupDetail InstanceGroupDetail.withInstanceRequestCount(Integer instanceRequestCount)
          Target number of instances to run in the instance group.
 InstanceGroupDetail InstanceGroupDetail.withInstanceRole(InstanceRoleType instanceRole)
          Instance group role in the cluster
 InstanceGroupDetail InstanceGroupDetail.withInstanceRole(String instanceRole)
          Instance group role in the cluster
 InstanceGroupDetail InstanceGroupDetail.withInstanceRunningCount(Integer instanceRunningCount)
          Actual count of running instances.
 InstanceGroupDetail InstanceGroupDetail.withInstanceType(String instanceType)
          Amazon EC2 Instance type.
 InstanceGroupDetail InstanceGroupDetail.withLastStateChangeReason(String lastStateChangeReason)
          Details regarding the state of the instance group.
 InstanceGroupDetail InstanceGroupDetail.withMarket(MarketType market)
          Market type of the Amazon EC2 instances used to create a cluster node.
 InstanceGroupDetail InstanceGroupDetail.withMarket(String market)
          Market type of the Amazon EC2 instances used to create a cluster node.
 InstanceGroupDetail InstanceGroupDetail.withName(String name)
          Friendly name for the instance group.
 InstanceGroupDetail InstanceGroupDetail.withReadyDateTime(Date readyDateTime)
          The date/time the instance group was available to the cluster.
 InstanceGroupDetail InstanceGroupDetail.withStartDateTime(Date startDateTime)
          The date/time the instance group was started.
 InstanceGroupDetail InstanceGroupDetail.withState(InstanceGroupState state)
          State of instance group.
 InstanceGroupDetail InstanceGroupDetail.withState(String state)
          State of instance group.
 

Methods in com.amazonaws.services.elasticmapreduce.model that return types with arguments of type InstanceGroupDetail
 List<InstanceGroupDetail> JobFlowInstancesDetail.getInstanceGroups()
          Details about the job flow's instance groups.
 

Methods in com.amazonaws.services.elasticmapreduce.model with parameters of type InstanceGroupDetail
 JobFlowInstancesDetail JobFlowInstancesDetail.withInstanceGroups(InstanceGroupDetail... instanceGroups)
          Details about the job flow's instance groups.
 

Method parameters in com.amazonaws.services.elasticmapreduce.model with type arguments of type InstanceGroupDetail
 void JobFlowInstancesDetail.setInstanceGroups(Collection<InstanceGroupDetail> instanceGroups)
          Details about the job flow's instance groups.
 JobFlowInstancesDetail JobFlowInstancesDetail.withInstanceGroups(Collection<InstanceGroupDetail> instanceGroups)
          Details about the job flow's instance groups.
 



Copyright © 2016. All rights reserved.