Uses of Class
com.amazonaws.services.elasticmapreduce.model.InstanceGroupConfig
-
Packages that use InstanceGroupConfig Package Description com.amazonaws.services.elasticmapreduce.model -
-
Uses of InstanceGroupConfig in com.amazonaws.services.elasticmapreduce.model
Methods in com.amazonaws.services.elasticmapreduce.model that return InstanceGroupConfig Modifier and Type Method Description InstanceGroupConfig
InstanceGroupConfig. clone()
InstanceGroupConfig
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
InstanceGroupConfig. withConfigurations(Configuration... configurations)
InstanceGroupConfig
InstanceGroupConfig. withConfigurations(Collection<Configuration> configurations)
InstanceGroupConfig
InstanceGroupConfig. withEbsConfiguration(EbsConfiguration ebsConfiguration)
EBS configurations that will be attached to each Amazon EC2 instance in the instance group.InstanceGroupConfig
InstanceGroupConfig. withInstanceCount(Integer instanceCount)
Target number of instances for the instance group.InstanceGroupConfig
InstanceGroupConfig. withInstanceRole(InstanceRoleType instanceRole)
The role of the instance group in the cluster.InstanceGroupConfig
InstanceGroupConfig. withInstanceRole(String instanceRole)
The role of the instance group in the cluster.InstanceGroupConfig
InstanceGroupConfig. withInstanceType(String instanceType)
The Amazon EC2 instance type for all instances in the instance group.InstanceGroupConfig
InstanceGroupConfig. withMarket(MarketType market)
Market type of the Amazon EC2 instances used to create a cluster node.InstanceGroupConfig
InstanceGroupConfig. withMarket(String market)
Market type of the Amazon EC2 instances used to create a cluster node.InstanceGroupConfig
InstanceGroupConfig. withName(String name)
Friendly name given to the instance group.Methods in com.amazonaws.services.elasticmapreduce.model that return types with arguments of type InstanceGroupConfig Modifier and Type Method Description List<InstanceGroupConfig>
AddInstanceGroupsRequest. getInstanceGroups()
Instance Groups to add.List<InstanceGroupConfig>
JobFlowInstancesConfig. getInstanceGroups()
Configuration for the job flow's instance groups.Methods in com.amazonaws.services.elasticmapreduce.model with parameters of type InstanceGroupConfig Modifier and Type Method Description AddInstanceGroupsRequest
AddInstanceGroupsRequest. withInstanceGroups(InstanceGroupConfig... instanceGroups)
Instance Groups to add.JobFlowInstancesConfig
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 InstanceGroupConfig Modifier and Type Method Description void
AddInstanceGroupsRequest. setInstanceGroups(Collection<InstanceGroupConfig> instanceGroups)
Instance Groups to add.void
JobFlowInstancesConfig. setInstanceGroups(Collection<InstanceGroupConfig> instanceGroups)
Configuration for the job flow's instance groups.AddInstanceGroupsRequest
AddInstanceGroupsRequest. withInstanceGroups(Collection<InstanceGroupConfig> instanceGroups)
Instance Groups to add.JobFlowInstancesConfig
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 InstanceGroupConfig Constructor Description AddInstanceGroupsRequest(List<InstanceGroupConfig> instanceGroups, String jobFlowId)
Constructs a new AddInstanceGroupsRequest object.
-