com.amazonaws.services.elasticmapreduce.model
Class TerminateJobFlowsRequest

java.lang.Object
  extended by com.amazonaws.AmazonWebServiceRequest
      extended by com.amazonaws.services.elasticmapreduce.model.TerminateJobFlowsRequest

public class TerminateJobFlowsRequest
extends AmazonWebServiceRequest

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

TerminateJobFlowsRequest

public TerminateJobFlowsRequest()
Method Detail

getJobFlowIds

public List<String> getJobFlowIds()
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.

Returns:
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.

setJobFlowIds

public void setJobFlowIds(Collection<String> 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.

Parameters:
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.

withJobFlowIds

public TerminateJobFlowsRequest withJobFlowIds(String... 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.

Returns a reference to this object so that method calls can be chained together.

Parameters:
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.
Returns:
A reference to this updated object so that method calls can be chained together.

withJobFlowIds

public TerminateJobFlowsRequest withJobFlowIds(Collection<String> 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.

Returns a reference to this object so that method calls can be chained together.

Parameters:
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.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.