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

Input to the TerminateJobFlows operation.


Constructor Summary
TerminateJobFlowsRequest()
           
 
Method Summary
 List<String> getJobFlowIds()
          A list of job flows to be shutdown.
 void setJobFlowIds(Collection<String> jobFlowIds)
          A list of job flows to be shutdown.
 String toString()
           
 TerminateJobFlowsRequest withJobFlowIds(Collection<String> jobFlowIds)
          A list of job flows to be shutdown.
 TerminateJobFlowsRequest withJobFlowIds(String... jobFlowIds)
          A list of job flows to be shutdown.
 
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 flows to be shutdown.

Returns:
A list of job flows to be shutdown.

setJobFlowIds

public void setJobFlowIds(Collection<String> jobFlowIds)
A list of job flows to be shutdown.

Parameters:
jobFlowIds - A list of job flows to be shutdown.

withJobFlowIds

public TerminateJobFlowsRequest withJobFlowIds(String... jobFlowIds)
A list of job flows to be shutdown.

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

Parameters:
jobFlowIds - A list of job flows to be shutdown.
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 flows to be shutdown.

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

Parameters:
jobFlowIds - A list of job flows to be shutdown.
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.