com.amazonaws.services.elasticmapreduce.model
Class AddJobFlowStepsRequest

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

public class AddJobFlowStepsRequest
extends AmazonWebServiceRequest

The input argument to the AddJobFlow operation.


Constructor Summary
AddJobFlowStepsRequest()
           
 
Method Summary
 String getJobFlowId()
          A string that uniquely identifies the job flow.
 List<StepConfig> getSteps()
          A list of StepConfig to be executed by the job flow.
 void setJobFlowId(String jobFlowId)
          A string that uniquely identifies the job flow.
 void setSteps(Collection<StepConfig> steps)
          A list of StepConfig to be executed by the job flow.
 String toString()
           
 AddJobFlowStepsRequest withJobFlowId(String jobFlowId)
          A string that uniquely identifies the job flow.
 AddJobFlowStepsRequest withSteps(Collection<StepConfig> steps)
          A list of StepConfig to be executed by the job flow.
 AddJobFlowStepsRequest withSteps(StepConfig... steps)
          A list of StepConfig to be executed by the job flow.
 
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

AddJobFlowStepsRequest

public AddJobFlowStepsRequest()
Method Detail

getJobFlowId

public String getJobFlowId()
A string that uniquely identifies the job flow. This identifier is returned by RunJobFlow and can also be obtained from DescribeJobFlows .

Returns:
A string that uniquely identifies the job flow. This identifier is returned by RunJobFlow and can also be obtained from DescribeJobFlows .

setJobFlowId

public void setJobFlowId(String jobFlowId)
A string that uniquely identifies the job flow. This identifier is returned by RunJobFlow and can also be obtained from DescribeJobFlows .

Parameters:
jobFlowId - A string that uniquely identifies the job flow. This identifier is returned by RunJobFlow and can also be obtained from DescribeJobFlows .

withJobFlowId

public AddJobFlowStepsRequest withJobFlowId(String jobFlowId)
A string that uniquely identifies the job flow. This identifier is returned by RunJobFlow and can also be obtained from DescribeJobFlows .

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

Parameters:
jobFlowId - A string that uniquely identifies the job flow. This identifier is returned by RunJobFlow and can also be obtained from DescribeJobFlows .
Returns:
A reference to this updated object so that method calls can be chained together.

getSteps

public List<StepConfig> getSteps()
A list of StepConfig to be executed by the job flow.

Returns:
A list of StepConfig to be executed by the job flow.

setSteps

public void setSteps(Collection<StepConfig> steps)
A list of StepConfig to be executed by the job flow.

Parameters:
steps - A list of StepConfig to be executed by the job flow.

withSteps

public AddJobFlowStepsRequest withSteps(StepConfig... steps)
A list of StepConfig to be executed by the job flow.

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

Parameters:
steps - A list of StepConfig to be executed by the job flow.
Returns:
A reference to this updated object so that method calls can be chained together.

withSteps

public AddJobFlowStepsRequest withSteps(Collection<StepConfig> steps)
A list of StepConfig to be executed by the job flow.

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

Parameters:
steps - A list of StepConfig to be executed by the job flow.
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.