|
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 | |
|---|---|
java.util.List<java.lang.String> |
getArgs()
|
ResizeJobFlowStep.AddInstanceGroup |
withInstanceCount(int instanceCount)
Specify the count of the new instance group. |
ResizeJobFlowStep.AddInstanceGroup |
withInstanceGroup(java.lang.String instanceGroup)
Specify the role of the new instance group (core, task). |
ResizeJobFlowStep.AddInstanceGroup |
withInstanceType(java.lang.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(java.lang.String instanceGroup)
instanceGroup - New instance group's role.
public ResizeJobFlowStep.AddInstanceGroup withInstanceCount(int instanceCount)
instanceCount - Target instance group size.
public ResizeJobFlowStep.AddInstanceGroup withInstanceType(java.lang.String instanceType)
instanceType - Instance type.
public java.util.List<java.lang.String> getArgs()
getArgs in interface ResizeJobFlowStep.ResizeAction
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||