|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.elasticmapreduce.util.ResizeJobFlowStep.AddInstanceGroup
public static class ResizeJobFlowStep.AddInstanceGroup
Class representing creating a new instance group.
Constructor Summary | |
---|---|
ResizeJobFlowStep.AddInstanceGroup()
|
Method Summary | |
---|---|
List<String> |
getArgs()
|
ResizeJobFlowStep.AddInstanceGroup |
withInstanceCount(int instanceCount)
Specify the count of the new instance group. |
ResizeJobFlowStep.AddInstanceGroup |
withInstanceGroup(String instanceGroup)
Specify the role of the new instance group (core, task). |
ResizeJobFlowStep.AddInstanceGroup |
withInstanceType(String instanceType)
Specify the instance type to use for this instance group. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ResizeJobFlowStep.AddInstanceGroup()
Method Detail |
---|
public ResizeJobFlowStep.AddInstanceGroup withInstanceGroup(String instanceGroup)
instanceGroup
- New instance group's role.
public ResizeJobFlowStep.AddInstanceGroup withInstanceCount(int instanceCount)
instanceCount
- Target instance group size.
public ResizeJobFlowStep.AddInstanceGroup withInstanceType(String instanceType)
instanceType
- Instance type.
public List<String> getArgs()
getArgs
in interface ResizeJobFlowStep.ResizeAction
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |