Uses of Enum
com.amazonaws.services.elasticmapreduce.model.InstanceRoleType
Packages that use InstanceRoleType
-
Uses of InstanceRoleType in com.amazonaws.services.elasticmapreduce.model
Subclasses with type arguments of type InstanceRoleType in com.amazonaws.services.elasticmapreduce.modelMethods in com.amazonaws.services.elasticmapreduce.model that return InstanceRoleTypeModifier and TypeMethodDescriptionstatic InstanceRoleTypeUse this in place of valueOf.static InstanceRoleTypeReturns 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 InstanceRoleTypeModifier and TypeMethodDescriptionvoidInstanceGroupConfig.setInstanceRole(InstanceRoleType instanceRole) The role of the instance group in the cluster.voidInstanceGroupDetail.setInstanceRole(InstanceRoleType instanceRole) Instance group role in the clusterInstanceGroupConfig.withInstanceRole(InstanceRoleType instanceRole) The role of the instance group in the cluster.InstanceGroupDetail.withInstanceRole(InstanceRoleType instanceRole) Instance group role in the clusterConstructors in com.amazonaws.services.elasticmapreduce.model with parameters of type InstanceRoleTypeModifierConstructorDescriptionInstanceGroupConfig(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.