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 InstanceRoleType
InstanceRoleType. fromValue(String value)
Use this in place of valueOf.static InstanceRoleType
InstanceRoleType. 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 void
InstanceGroupConfig. setInstanceRole(InstanceRoleType instanceRole)
The role of the instance group in the cluster.void
InstanceGroupDetail. setInstanceRole(InstanceRoleType instanceRole)
Instance group role in the clusterInstanceGroupConfig
InstanceGroupConfig. withInstanceRole(InstanceRoleType instanceRole)
The role of the instance group in the cluster.InstanceGroupDetail
InstanceGroupDetail. 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.
-