Uses of Enum
com.amazonaws.services.elasticmapreduce.model.InstanceRoleType
Packages that use InstanceRoleType
-
Uses of InstanceRoleType in com.amazonaws.services.elasticmapreduce.model
Methods in com.amazonaws.services.elasticmapreduce.model that return InstanceRoleTypeModifier and TypeMethodDescriptionstatic InstanceRoleType
Use this in place of valueOf.static InstanceRoleType
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 InstanceRoleTypeModifier and TypeMethodDescriptionvoid
InstanceGroupConfig.setInstanceRole
(InstanceRoleType instanceRole) The role of the instance group in the cluster.void
InstanceGroupDetail.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.