|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.elasticmapreduce.model.AddInstanceGroupsResult
public class AddInstanceGroupsResult
Output from an AddInstanceGroups call.
Constructor Summary | |
---|---|
AddInstanceGroupsResult()
|
Method Summary | |
---|---|
List<String> |
getInstanceGroupIds()
Instance group IDs of the newly created instance groups. |
String |
getJobFlowId()
The job flow ID in which the instance groups are added. |
void |
setInstanceGroupIds(Collection<String> instanceGroupIds)
Instance group IDs of the newly created instance groups. |
void |
setJobFlowId(String jobFlowId)
The job flow ID in which the instance groups are added. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
AddInstanceGroupsResult |
withInstanceGroupIds(Collection<String> instanceGroupIds)
Instance group IDs of the newly created instance groups. |
AddInstanceGroupsResult |
withInstanceGroupIds(String... instanceGroupIds)
Instance group IDs of the newly created instance groups. |
AddInstanceGroupsResult |
withJobFlowId(String jobFlowId)
The job flow ID in which the instance groups are added. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AddInstanceGroupsResult()
Method Detail |
---|
public String getJobFlowId()
Constraints:
Length: 0 - 256
Pattern: [ -??-??-?\r\n\t]*
public void setJobFlowId(String jobFlowId)
Constraints:
Length: 0 - 256
Pattern: [ -??-??-?\r\n\t]*
jobFlowId
- The job flow ID in which the instance groups are added.public AddInstanceGroupsResult withJobFlowId(String jobFlowId)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 256
Pattern: [ -??-??-?\r\n\t]*
jobFlowId
- The job flow ID in which the instance groups are added.
public List<String> getInstanceGroupIds()
public void setInstanceGroupIds(Collection<String> instanceGroupIds)
instanceGroupIds
- Instance group IDs of the newly created instance groups.public AddInstanceGroupsResult withInstanceGroupIds(String... instanceGroupIds)
Returns a reference to this object so that method calls can be chained together.
instanceGroupIds
- Instance group IDs of the newly created instance groups.
public AddInstanceGroupsResult withInstanceGroupIds(Collection<String> instanceGroupIds)
Returns a reference to this object so that method calls can be chained together.
instanceGroupIds
- Instance group IDs of the newly created instance groups.
public String toString()
toString
in class Object
Object.toString()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |