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 InstanceGroupConfigInstanceGroupConfig. clone()InstanceGroupConfigInstanceGroupConfig. withBidPrice(String bidPrice)Bid price for each Amazon EC2 instance in the instance group when launching nodes as Spot Instances, expressed in USD.InstanceGroupConfigInstanceGroupConfig. withConfigurations(Configuration... configurations)InstanceGroupConfigInstanceGroupConfig. withConfigurations(Collection<Configuration> configurations)InstanceGroupConfigInstanceGroupConfig. withEbsConfiguration(EbsConfiguration ebsConfiguration)EBS configurations that will be attached to each Amazon EC2 instance in the instance group.InstanceGroupConfigInstanceGroupConfig. withInstanceCount(Integer instanceCount)Target number of instances for the instance group.InstanceGroupConfigInstanceGroupConfig. withInstanceRole(InstanceRoleType instanceRole)The role of the instance group in the cluster.InstanceGroupConfigInstanceGroupConfig. withInstanceRole(String instanceRole)The role of the instance group in the cluster.InstanceGroupConfigInstanceGroupConfig. withInstanceType(String instanceType)The Amazon EC2 instance type for all instances in the instance group.InstanceGroupConfigInstanceGroupConfig. withMarket(MarketType market)Market type of the Amazon EC2 instances used to create a cluster node.InstanceGroupConfigInstanceGroupConfig. withMarket(String market)Market type of the Amazon EC2 instances used to create a cluster node.InstanceGroupConfigInstanceGroupConfig. 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 AddInstanceGroupsRequestAddInstanceGroupsRequest. withInstanceGroups(InstanceGroupConfig... instanceGroups)Instance Groups to add.JobFlowInstancesConfigJobFlowInstancesConfig. 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 voidAddInstanceGroupsRequest. setInstanceGroups(Collection<InstanceGroupConfig> instanceGroups)Instance Groups to add.voidJobFlowInstancesConfig. setInstanceGroups(Collection<InstanceGroupConfig> instanceGroups)Configuration for the job flow's instance groups.AddInstanceGroupsRequestAddInstanceGroupsRequest. withInstanceGroups(Collection<InstanceGroupConfig> instanceGroups)Instance Groups to add.JobFlowInstancesConfigJobFlowInstancesConfig. 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.
-