Uses of Class
com.amazonaws.services.elasticmapreduce.model.InstanceGroup
Packages that use InstanceGroup
-
Uses of InstanceGroup in com.amazonaws.services.elasticmapreduce.model
Methods in com.amazonaws.services.elasticmapreduce.model that return InstanceGroupModifier and TypeMethodDescriptionInstanceGroup.clone()
InstanceGroup.withBidPrice
(String bidPrice) The bid price for each EC2 instance in the instance group when launching nodes as Spot Instances, expressed in USD.InstanceGroup.withConfigurations
(Configuration... configurations) InstanceGroup.withConfigurations
(Collection<Configuration> configurations) InstanceGroup.withEbsBlockDevices
(EbsBlockDevice... ebsBlockDevices) The EBS block devices that are mapped to this instance group.InstanceGroup.withEbsBlockDevices
(Collection<EbsBlockDevice> ebsBlockDevices) The EBS block devices that are mapped to this instance group.InstanceGroup.withEbsOptimized
(Boolean ebsOptimized) If the instance group is EBS-optimized.The identifier of the instance group.InstanceGroup.withInstanceGroupType
(InstanceGroupType instanceGroupType) The type of the instance group.InstanceGroup.withInstanceGroupType
(String instanceGroupType) The type of the instance group.InstanceGroup.withInstanceType
(String instanceType) The EC2 instance type for all instances in the instance group.InstanceGroup.withMarket
(MarketType market) The marketplace to provision instances for this group.InstanceGroup.withMarket
(String market) The marketplace to provision instances for this group.The name of the instance group.InstanceGroup.withRequestedInstanceCount
(Integer requestedInstanceCount) The target number of instances for the instance group.InstanceGroup.withRunningInstanceCount
(Integer runningInstanceCount) The number of instances currently running in this instance group.InstanceGroup.withShrinkPolicy
(ShrinkPolicy shrinkPolicy) Policy for customizing shrink operations.InstanceGroup.withStatus
(InstanceGroupStatus status) The current status of the instance group.Methods in com.amazonaws.services.elasticmapreduce.model that return types with arguments of type InstanceGroupModifier and TypeMethodDescriptionListInstanceGroupsResult.getInstanceGroups()
The list of instance groups for the cluster and given filters.Methods in com.amazonaws.services.elasticmapreduce.model with parameters of type InstanceGroupModifier and TypeMethodDescriptionListInstanceGroupsResult.withInstanceGroups
(InstanceGroup... instanceGroups) The list of instance groups for the cluster and given filters.Method parameters in com.amazonaws.services.elasticmapreduce.model with type arguments of type InstanceGroupModifier and TypeMethodDescriptionvoid
ListInstanceGroupsResult.setInstanceGroups
(Collection<InstanceGroup> instanceGroups) The list of instance groups for the cluster and given filters.ListInstanceGroupsResult.withInstanceGroups
(Collection<InstanceGroup> instanceGroups) The list of instance groups for the cluster and given filters.