Uses of Class
com.amazonaws.services.elasticmapreduce.model.InstanceGroupConfig
Packages that use InstanceGroupConfig
-
Uses of InstanceGroupConfig in com.amazonaws.services.elasticmapreduce.model
Methods in com.amazonaws.services.elasticmapreduce.model that return InstanceGroupConfigModifier and TypeMethodDescriptionInstanceGroupConfig.clone()
InstanceGroupConfig.withBidPrice
(String bidPrice) Bid price for each Amazon EC2 instance in the instance group when launching nodes as Spot Instances, expressed in USD.InstanceGroupConfig.withConfigurations
(Configuration... configurations) InstanceGroupConfig.withConfigurations
(Collection<Configuration> configurations) InstanceGroupConfig.withEbsConfiguration
(EbsConfiguration ebsConfiguration) EBS configurations that will be attached to each Amazon EC2 instance in the instance group.InstanceGroupConfig.withInstanceCount
(Integer instanceCount) Target number of instances for the instance group.InstanceGroupConfig.withInstanceRole
(InstanceRoleType instanceRole) The role of the instance group in the cluster.InstanceGroupConfig.withInstanceRole
(String instanceRole) The role of the instance group in the cluster.InstanceGroupConfig.withInstanceType
(String instanceType) The Amazon EC2 instance type for all instances in the instance group.InstanceGroupConfig.withMarket
(MarketType market) Market type of the Amazon EC2 instances used to create a cluster node.InstanceGroupConfig.withMarket
(String market) Market type of the Amazon EC2 instances used to create a cluster node.Friendly name given to the instance group.Methods in com.amazonaws.services.elasticmapreduce.model that return types with arguments of type InstanceGroupConfigModifier and TypeMethodDescriptionAddInstanceGroupsRequest.getInstanceGroups()
Instance Groups to add.JobFlowInstancesConfig.getInstanceGroups()
Configuration for the job flow's instance groups.Methods in com.amazonaws.services.elasticmapreduce.model with parameters of type InstanceGroupConfigModifier and TypeMethodDescriptionAddInstanceGroupsRequest.withInstanceGroups
(InstanceGroupConfig... instanceGroups) Instance Groups to add.JobFlowInstancesConfig.withInstanceGroups
(InstanceGroupConfig... instanceGroups) Configuration for the job flow's instance groups.Method parameters in com.amazonaws.services.elasticmapreduce.model with type arguments of type InstanceGroupConfigModifier and TypeMethodDescriptionvoid
AddInstanceGroupsRequest.setInstanceGroups
(Collection<InstanceGroupConfig> instanceGroups) Instance Groups to add.void
JobFlowInstancesConfig.setInstanceGroups
(Collection<InstanceGroupConfig> instanceGroups) Configuration for the job flow's instance groups.AddInstanceGroupsRequest.withInstanceGroups
(Collection<InstanceGroupConfig> instanceGroups) Instance Groups to add.JobFlowInstancesConfig.withInstanceGroups
(Collection<InstanceGroupConfig> instanceGroups) Configuration for the job flow's instance groups.Constructor parameters in com.amazonaws.services.elasticmapreduce.model with type arguments of type InstanceGroupConfigModifierConstructorDescriptionAddInstanceGroupsRequest
(List<InstanceGroupConfig> instanceGroups, String jobFlowId) Constructs a new AddInstanceGroupsRequest object.