|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.elasticmapreduce.model.TerminateJobFlowsRequest
public class TerminateJobFlowsRequest
Terminate Job Flows Request
| Constructor Summary | |
|---|---|
TerminateJobFlowsRequest()
|
|
| Method Summary | |
|---|---|
List<String> |
getJobFlowIds()
A list of job flow IDs specifying the job flows to terminate. |
void |
setJobFlowIds(Collection<String> jobFlowIds)
A list of job flow IDs specifying the job flows to terminate. |
String |
toString()
|
TerminateJobFlowsRequest |
withJobFlowIds(Collection<String> jobFlowIds)
A list of job flow IDs specifying the job flows to terminate. |
TerminateJobFlowsRequest |
withJobFlowIds(String... jobFlowIds)
A list of job flow IDs specifying the job flows to terminate. |
| Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
|---|
copyPrivateRequestParameters |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public TerminateJobFlowsRequest()
| Method Detail |
|---|
public List<String> getJobFlowIds()
JobFlowId is a string returned by the RunJobFlows
operation. To terminate more than one job flow, set this parameter to
a comma-seperate list of JobFlowIDs.
JobFlowId is a string returned by the RunJobFlows
operation. To terminate more than one job flow, set this parameter to
a comma-seperate list of JobFlowIDs.public void setJobFlowIds(Collection<String> jobFlowIds)
JobFlowId is a string returned by the RunJobFlows
operation. To terminate more than one job flow, set this parameter to
a comma-seperate list of JobFlowIDs.
jobFlowIds - A list of job flow IDs specifying the job flows to terminate. Each
JobFlowId is a string returned by the RunJobFlows
operation. To terminate more than one job flow, set this parameter to
a comma-seperate list of JobFlowIDs.public TerminateJobFlowsRequest withJobFlowIds(String... jobFlowIds)
JobFlowId is a string returned by the RunJobFlows
operation. To terminate more than one job flow, set this parameter to
a comma-seperate list of JobFlowIDs.
Returns a reference to this object so that method calls can be chained together.
jobFlowIds - A list of job flow IDs specifying the job flows to terminate. Each
JobFlowId is a string returned by the RunJobFlows
operation. To terminate more than one job flow, set this parameter to
a comma-seperate list of JobFlowIDs.
public TerminateJobFlowsRequest withJobFlowIds(Collection<String> jobFlowIds)
JobFlowId is a string returned by the RunJobFlows
operation. To terminate more than one job flow, set this parameter to
a comma-seperate list of JobFlowIDs.
Returns a reference to this object so that method calls can be chained together.
jobFlowIds - A list of job flow IDs specifying the job flows to terminate. Each
JobFlowId is a string returned by the RunJobFlows
operation. To terminate more than one job flow, set this parameter to
a comma-seperate list of JobFlowIDs.
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||