Uses of Class
com.amazonaws.services.elasticmapreduce.model.InstanceRoleType
-
Packages that use InstanceRoleType Package Description com.amazonaws.services.elasticmapreduce.model -
-
Uses of InstanceRoleType in com.amazonaws.services.elasticmapreduce.model
Methods in com.amazonaws.services.elasticmapreduce.model that return InstanceRoleType Modifier and Type Method Description static InstanceRoleTypeInstanceRoleType. fromValue(String value)Use this in place of valueOf.static InstanceRoleTypeInstanceRoleType. valueOf(String name)Returns the enum constant of this type with the specified name.static InstanceRoleType[]InstanceRoleType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.elasticmapreduce.model with parameters of type InstanceRoleType Modifier and Type Method Description voidInstanceGroupConfig. setInstanceRole(InstanceRoleType instanceRole)The role of the instance group in the cluster.voidInstanceGroupDetail. setInstanceRole(InstanceRoleType instanceRole)Instance group role in the clusterInstanceGroupConfigInstanceGroupConfig. withInstanceRole(InstanceRoleType instanceRole)The role of the instance group in the cluster.InstanceGroupDetailInstanceGroupDetail. withInstanceRole(InstanceRoleType instanceRole)Instance group role in the clusterConstructors in com.amazonaws.services.elasticmapreduce.model with parameters of type InstanceRoleType Constructor Description InstanceGroupConfig(InstanceRoleType instanceRole, String instanceType, Integer instanceCount)Constructs a new InstanceGroupConfig object.InstanceGroupDetail(InstanceRoleType instanceRole, String instanceType, Integer instanceRequestCount, Integer instanceRunningCount, InstanceGroupState state, Date creationDateTime)Constructs a new InstanceGroupDetail object.
-