Package | Description |
---|---|
com.amazonaws.services.elasticmapreduce.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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 cluster
|
InstanceGroupConfig |
InstanceGroupConfig.withInstanceRole(InstanceRoleType instanceRole)
The role of the instance group in the cluster.
|
InstanceGroupDetail |
InstanceGroupDetail.withInstanceRole(InstanceRoleType instanceRole)
Instance group role in the cluster
|
Constructor and 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.
|
Copyright © 2018. All rights reserved.